Shades of Frostee #DAE8CD
Tints of Frostee #DAE8CD
RGB
CMYK
RGB Variations
Color information
#DAE8CD (or 0xDAE8CD) is known color: Frostee. HEX triplet: DA, E8 and CD. RGB value is (218,232,205). Sum of RGB (Red+Green+Blue) = 218+232+205=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8CD is #251732. Grayscale: #E0E0E0. Windows color (decimal): -2430771 or 13494490. OLE color: 13494490.
HSL color Cylindrical-coordinate representation of color #DAE8CD: hue angle of 91.11º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE8CD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 205 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.09 |
| HSL | 91.11º | 0.37% | 0.86% | - |
| HSV(B) | 91.11º | 0.12% | 0.91% | - |
| XYZ | 68.79 | 77.03 | 69 | - |
| YUV | 224.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 205 | 0.06 | 0 | 0.12 | 0.09 | 91.11 | 0.37 | 0.86 |
| Hex | DA | E8 | CD | 6 | 0 | C | 9 | 5B | 25 | 56 |
| Octal | 332 | 350 | 315 | 6 | 0 | 14 | 11 | 133 | 45 | 126 |
| Binary | 11011010 | 11101000 | 11001101 | 110 | 0 | 1100 | 1001 | 1011011 | 100101 | 1010110 |
Color Harmonies of #DAE8CD
Complementary color
Monochromatic Colors of #DAE8CD
Black with #DAE8CD
Text Example
Text Example
White with #DAE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8CD; }
p { color: rgb(218,232,205); }
H1.HeaderClassName
{
color: #DAE8CD;
}
.AnyTagClassName
{
color: #DAE8CD;
}
</style>
background-color css
<style>
a { background-color: #DAE8CD; }
a { background-color: rgb(218,232,205); }
div.DivClassName
{
background-color: #DAE8CD;
}
.BgClassName
{
background-color: #DAE8CD;
}
</style>
border-color css
<style>
span { border-color: #DAE8CD; }
span { border-color: rgb(218,232,205); }
td.TdClassName
{
border-color: #DAE8CD;
}
.TagClassName
{
border-color: #DAE8CD;
}
</style>