Shades of Frostee #D9EACD
Tints of Frostee #D9EACD
RGB
CMYK
RGB Variations
Color information
#D9EACD (or 0xD9EACD) is known color: Frostee. HEX triplet: D9, EA and CD. RGB value is (217,234,205). Sum of RGB (Red+Green+Blue) = 217+234+205=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EACD is #261532. Grayscale: #E1E1E1. Windows color (decimal): -2495795 or 13495001. OLE color: 13495001.
HSL color Cylindrical-coordinate representation of color #D9EACD: hue angle of 95.17º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9EACD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 234 | 205 | - |
CMYK | 0.07 | 0 | 0.12 | 0.08 |
HSL | 95.17º | 0.41% | 0.86% | - |
HSV(B) | 95.17º | 0.12% | 0.92% | - |
XYZ | 69.06 | 78.01 | 69.17 | - |
YUV | 225.61 | 116.37 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 234 | 205 | 0.07 | 0 | 0.12 | 0.08 | 95.17 | 0.41 | 0.86 |
Hex | D9 | EA | CD | 7 | 0 | C | 8 | 5F | 29 | 56 |
Octal | 331 | 352 | 315 | 7 | 0 | 14 | 10 | 137 | 51 | 126 |
Binary | 11011001 | 11101010 | 11001101 | 111 | 0 | 1100 | 1000 | 1011111 | 101001 | 1010110 |
Color Harmonies of #D9EACD
Complementary color
Monochromatic Colors of #D9EACD
Black with #D9EACD
Text Example
Text Example
White with #D9EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EACD; }
p { color: rgb(217,234,205); }
H1.HeaderClassName
{
color: #D9EACD;
}
.AnyTagClassName
{
color: #D9EACD;
}
</style>
background-color css
<style>
a { background-color: #D9EACD; }
a { background-color: rgb(217,234,205); }
div.DivClassName
{
background-color: #D9EACD;
}
.BgClassName
{
background-color: #D9EACD;
}
</style>
border-color css
<style>
span { border-color: #D9EACD; }
span { border-color: rgb(217,234,205); }
td.TdClassName
{
border-color: #D9EACD;
}
.TagClassName
{
border-color: #D9EACD;
}
</style>