Shades of Frostee #DAEEC9
Tints of Frostee #DAEEC9
RGB
CMYK
RGB Variations
Color information
#DAEEC9 (or 0xDAEEC9) is known color: Frostee. HEX triplet: DA, EE and C9. RGB value is (218,238,201). Sum of RGB (Red+Green+Blue) = 218+238+201=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC9 is #251136. Grayscale: #E3E3E3. Windows color (decimal): -2429239 or 13233882. OLE color: 13233882.
HSL color Cylindrical-coordinate representation of color #DAEEC9: hue angle of 92.43º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 201 | - |
CMYK | 0.08 | 0 | 0.16 | 0.07 |
HSL | 92.43º | 0.52% | 0.86% | - |
HSV(B) | 92.43º | 0.16% | 0.93% | - |
XYZ | 70.03 | 80.27 | 67.06 | - |
YUV | 227.8 | 112.87 | 121.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 201 | 0.08 | 0 | 0.16 | 0.07 | 92.43 | 0.52 | 0.86 |
Hex | DA | EE | C9 | 8 | 0 | 10 | 7 | 5C | 34 | 56 |
Octal | 332 | 356 | 311 | 10 | 0 | 20 | 7 | 134 | 64 | 126 |
Binary | 11011010 | 11101110 | 11001001 | 1000 | 0 | 10000 | 111 | 1011100 | 110100 | 1010110 |
Color Harmonies of #DAEEC9
Complementary color
Monochromatic Colors of #DAEEC9
Black with #DAEEC9
Text Example
Text Example
White with #DAEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEC9; }
p { color: rgb(218,238,201); }
H1.HeaderClassName
{
color: #DAEEC9;
}
.AnyTagClassName
{
color: #DAEEC9;
}
</style>
background-color css
<style>
a { background-color: #DAEEC9; }
a { background-color: rgb(218,238,201); }
div.DivClassName
{
background-color: #DAEEC9;
}
.BgClassName
{
background-color: #DAEEC9;
}
</style>
border-color css
<style>
span { border-color: #DAEEC9; }
span { border-color: rgb(218,238,201); }
td.TdClassName
{
border-color: #DAEEC9;
}
.TagClassName
{
border-color: #DAEEC9;
}
</style>