Shades of Frostee #DAEDCC
Tints of Frostee #DAEDCC
RGB
CMYK
RGB Variations
Color information
#DAEDCC (or 0xDAEDCC) is known color: Frostee. HEX triplet: DA, ED and CC. RGB value is (218,237,204). Sum of RGB (Red+Green+Blue) = 218+237+204=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCC is #251233. Grayscale: #E3E3E3. Windows color (decimal): -2429492 or 13430234. OLE color: 13430234.
HSL color Cylindrical-coordinate representation of color #DAEDCC: hue angle of 94.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEDCC is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 204 | - |
CMYK | 0.08 | 0 | 0.14 | 0.07 |
HSL | 94.55º | 0.48% | 0.86% | - |
HSV(B) | 94.55º | 0.14% | 0.93% | - |
XYZ | 70.1 | 79.83 | 68.84 | - |
YUV | 227.56 | 114.71 | 121.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 204 | 0.08 | 0 | 0.14 | 0.07 | 94.55 | 0.48 | 0.86 |
Hex | DA | ED | CC | 8 | 0 | E | 7 | 5F | 30 | 56 |
Octal | 332 | 355 | 314 | 10 | 0 | 16 | 7 | 137 | 60 | 126 |
Binary | 11011010 | 11101101 | 11001100 | 1000 | 0 | 1110 | 111 | 1011111 | 110000 | 1010110 |
Color Harmonies of #DAEDCC
Complementary color
Monochromatic Colors of #DAEDCC
Black with #DAEDCC
Text Example
Text Example
White with #DAEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDCC; }
p { color: rgb(218,237,204); }
H1.HeaderClassName
{
color: #DAEDCC;
}
.AnyTagClassName
{
color: #DAEDCC;
}
</style>
background-color css
<style>
a { background-color: #DAEDCC; }
a { background-color: rgb(218,237,204); }
div.DivClassName
{
background-color: #DAEDCC;
}
.BgClassName
{
background-color: #DAEDCC;
}
</style>
border-color css
<style>
span { border-color: #DAEDCC; }
span { border-color: rgb(218,237,204); }
td.TdClassName
{
border-color: #DAEDCC;
}
.TagClassName
{
border-color: #DAEDCC;
}
</style>