Shades of Frostee #DAE8CB
Tints of Frostee #DAE8CB
RGB
CMYK
RGB Variations
Color information
#DAE8CB (or 0xDAE8CB) is known color: Frostee. HEX triplet: DA, E8 and CB. RGB value is (218,232,203). Sum of RGB (Red+Green+Blue) = 218+232+203=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8CB is #251734. Grayscale: #E0E0E0. Windows color (decimal): -2430773 or 13363418. OLE color: 13363418.
HSL color Cylindrical-coordinate representation of color #DAE8CB: hue angle of 88.97º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE8CB is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 203 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.09 |
| HSL | 88.97º | 0.39% | 0.85% | - |
| HSV(B) | 88.97º | 0.13% | 0.91% | - |
| XYZ | 68.55 | 76.93 | 67.74 | - |
| YUV | 224.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 203 | 0.06 | 0 | 0.12 | 0.09 | 88.97 | 0.39 | 0.85 |
| Hex | DA | E8 | CB | 6 | 0 | C | 9 | 59 | 27 | 55 |
| Octal | 332 | 350 | 313 | 6 | 0 | 14 | 11 | 131 | 47 | 125 |
| Binary | 11011010 | 11101000 | 11001011 | 110 | 0 | 1100 | 1001 | 1011001 | 100111 | 1010101 |
Color Harmonies of #DAE8CB
Complementary color
Monochromatic Colors of #DAE8CB
Black with #DAE8CB
Text Example
Text Example
White with #DAE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8CB; }
p { color: rgb(218,232,203); }
H1.HeaderClassName
{
color: #DAE8CB;
}
.AnyTagClassName
{
color: #DAE8CB;
}
</style>
background-color css
<style>
a { background-color: #DAE8CB; }
a { background-color: rgb(218,232,203); }
div.DivClassName
{
background-color: #DAE8CB;
}
.BgClassName
{
background-color: #DAE8CB;
}
</style>
border-color css
<style>
span { border-color: #DAE8CB; }
span { border-color: rgb(218,232,203); }
td.TdClassName
{
border-color: #DAE8CB;
}
.TagClassName
{
border-color: #DAE8CB;
}
</style>