crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ffd5ef hex color - Violet - Warm color - Information

#ffd5ef hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ffd5ef Color code in RGB color code model is created after adding 100% red color, 83.53% green color and 93.73% blue color. Hex #ffd5ef Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 6% yellow and 0% black.

Hex #ffd5ef color code is between #eeddee web safe hex color code and #ddccff web safe hex color code. #eeddee is the nearest web safe color code. You can see here many more shades of #ffd5ef color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeffd5ef#ffd5ef
RGB Decimal255, 213, 239rgb(255, 213, 239)
RGB Percent100%, 84%, 94%rgb(100%, 84%, 94%)
CSS RGBa255, 213, 239,1rgba(255,213,239,1)
CMYK Modelcmyk(0%,16%,6%,0%)
HSL Color Space323,100% ,92%hsl(323,100% ,92%)
HSV Color Space323°, 16%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111101010111101111
Octal377325357
Decimal255213239
Hexffd5ef

Different shades of #ffd5ef color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ffd5ef
#ffffff
Dark Shade of #ffd5ef
#ffa2dc
Saturated Shade of #ffd5ef
#ffd5ef
Desaturated Shade of #ffd5ef
#fdd7ee
Grey scale Shade of #ffd5ef
#eaeaea
Brighten Shade
#ffeeff
Most Readable Shade
#000000

Shades of #ffd5ef color code

Generate more color scales with scales (color stack) generator.

#ffd5ef
#e2bdd4
#c6a5b9
#aa8e9f
#8d7684
#715e6a
#55474f
#382f35
#1c171a
#000000

Similar Color like #ffd5ef color

Find visually similar hex color codes nearing to #ffd5ef hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ffd6f0
#ffd7f1
#ffd8f2
#ffd9f3
#ffdaf4
#ffdbf5
#ffdcf6
#ffddf7
#ffdef8
#ffdff9
#ffe0fa
#ffe1fb
#ffe2fc
#ffe3fd
#fed4ee
#fdd3ed
#fcd2ec
#fbd1eb
#fad0ea
#f9cfe9
#f8cee8
#f7cde7
#f6cce6
#f5cbe5
#f4cae4
#f3c9e3
#f2c8e2
#f1c7e1

Monochromatic Color with #ffd5ef

#ffd5ef
#2a2328
#554750
#806b78
#aa8e9f
#d4b1c7

Tints of #ffd5ef Color

#ffd5ef
#ffd9f0
#ffdef2
#ffe3f4
#ffe7f6
#ffecf7
#fff1f9
#fff5fb
#fffafd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ffd5ef
#d5ffe5

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ffd5ef
#daffd5
#d5fffa

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fed5ff
#ffd5f7
#ffd5ef
#ffd5e7
#ffd5de

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ffd5ef
#efffd5
#d5efff

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ffd5ef
#fffad5
#d5ffe5
#d5daff

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ffd5ef
#d5ffe5
#d5fffa
#ffd5da

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ffd5ef Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ffd5ef Color Code Preview on Black Background Color

This is how #ffd5ef Color will look on black background color. Color contrast ratio is 16.02

#ffd5ef in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ffd5ef">Your Example Paragraph content text in with font color #ffd5ef </p>

Your Example Paragraph content text in with font color #ffd5ef

HTML with inline CSS

<div style="color:#ffd5ef">Your Paragraph text in with font color #ffd5ef </div>

Your Example Paragraph content text in with font color #ffd5ef

#ffd5ef color code is use for CSS Background Color

Background color for the above div is #ffd5ef

HTML with inline CSS

<div style="background-color:#ffd5ef;"></div>

#ffd5ef color code is use for CSS Border Color

CSS Border color for the above div is #ffd5ef

HTML with inline CSS

<div style="border:5px solid #ffd5ef;"></div>

CSS Border Left color for the above div is #ffd5ef

HTML with inline CSS

<div style="border-left:5px solid #ffd5ef;"></div>

CSS Border Right color for the above div is #ffd5ef

HTML with inline CSS

<div style="border-right:5px solid #ffd5ef;"></div>

CSS Border Bottom color for the above div is #ffd5ef

HTML with inline CSS

<div style="border-bottom:5px solid #ffd5ef;"></div>

CSS Border Top color for the above div is #ffd5ef

HTML with inline CSS

<div style="border-top:5px solid #ffd5ef;"></div>

#ffd5ef hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ffd5ef; } .examplecolorclass {color:#ffd5ef; } .examplebordercolor {border:3px solid #ffd5ef; }

#ffd5ef Color code Preview on White Background

This is how #ffd5ef Color code will look on white background color. Color contrast ratio is 1.31

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ffd5ef; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ffd5ef; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.