Shades of Frostee #DAE9CC
Tints of Frostee #DAE9CC
RGB
CMYK
RGB Variations
Color information
#DAE9CC (or 0xDAE9CC) is known color: Frostee. HEX triplet: DA, E9 and CC. RGB value is (218,233,204). Sum of RGB (Red+Green+Blue) = 218+233+204=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CC is #251633. Grayscale: #E1E1E1. Windows color (decimal): -2430516 or 13429210. OLE color: 13429210.
HSL color Cylindrical-coordinate representation of color #DAE9CC: hue angle of 91.03º degrees, saturation: 0.4, 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 #DAE9CC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 204 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.09 |
| HSL | 91.03º | 0.4% | 0.86% | - |
| HSV(B) | 91.03º | 0.12% | 0.91% | - |
| XYZ | 68.95 | 77.54 | 68.46 | - |
| YUV | 225.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 204 | 0.06 | 0 | 0.12 | 0.09 | 91.03 | 0.4 | 0.86 |
| Hex | DA | E9 | CC | 6 | 0 | C | 9 | 5B | 28 | 56 |
| Octal | 332 | 351 | 314 | 6 | 0 | 14 | 11 | 133 | 50 | 126 |
| Binary | 11011010 | 11101001 | 11001100 | 110 | 0 | 1100 | 1001 | 1011011 | 101000 | 1010110 |
Color Harmonies of #DAE9CC
Complementary color
Monochromatic Colors of #DAE9CC
Black with #DAE9CC
Text Example
Text Example
White with #DAE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9CC; }
p { color: rgb(218,233,204); }
H1.HeaderClassName
{
color: #DAE9CC;
}
.AnyTagClassName
{
color: #DAE9CC;
}
</style>
background-color css
<style>
a { background-color: #DAE9CC; }
a { background-color: rgb(218,233,204); }
div.DivClassName
{
background-color: #DAE9CC;
}
.BgClassName
{
background-color: #DAE9CC;
}
</style>
border-color css
<style>
span { border-color: #DAE9CC; }
span { border-color: rgb(218,233,204); }
td.TdClassName
{
border-color: #DAE9CC;
}
.TagClassName
{
border-color: #DAE9CC;
}
</style>