Shades of Frostee #DAECCD
Tints of Frostee #DAECCD
RGB
CMYK
RGB Variations
Color information
#DAECCD (or 0xDAECCD) is known color: Frostee. HEX triplet: DA, EC and CD. RGB value is (218,236,205). Sum of RGB (Red+Green+Blue) = 218+236+205=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECCD is #251332. Grayscale: #E3E3E3. Windows color (decimal): -2429747 or 13495514. OLE color: 13495514.
HSL color Cylindrical-coordinate representation of color #DAECCD: hue angle of 94.84º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAECCD is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 205 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 94.84º | 0.45% | 0.86% | - |
HSV(B) | 94.84º | 0.13% | 0.93% | - |
XYZ | 69.93 | 79.3 | 69.38 | - |
YUV | 227.08 | 115.54 | 121.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 205 | 0.08 | 0 | 0.13 | 0.07 | 94.84 | 0.45 | 0.86 |
Hex | DA | EC | CD | 8 | 0 | D | 7 | 5F | 2D | 56 |
Octal | 332 | 354 | 315 | 10 | 0 | 15 | 7 | 137 | 55 | 126 |
Binary | 11011010 | 11101100 | 11001101 | 1000 | 0 | 1101 | 111 | 1011111 | 101101 | 1010110 |
Color Harmonies of #DAECCD
Complementary color
Monochromatic Colors of #DAECCD
Black with #DAECCD
Text Example
Text Example
White with #DAECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECCD; }
p { color: rgb(218,236,205); }
H1.HeaderClassName
{
color: #DAECCD;
}
.AnyTagClassName
{
color: #DAECCD;
}
</style>
background-color css
<style>
a { background-color: #DAECCD; }
a { background-color: rgb(218,236,205); }
div.DivClassName
{
background-color: #DAECCD;
}
.BgClassName
{
background-color: #DAECCD;
}
</style>
border-color css
<style>
span { border-color: #DAECCD; }
span { border-color: rgb(218,236,205); }
td.TdClassName
{
border-color: #DAECCD;
}
.TagClassName
{
border-color: #DAECCD;
}
</style>