Shades of Frostee #DAECCC
Tints of Frostee #DAECCC
RGB
CMYK
RGB Variations
Color information
#DAECCC (or 0xDAECCC) is known color: Frostee. HEX triplet: DA, EC and CC. RGB value is (218,236,204). Sum of RGB (Red+Green+Blue) = 218+236+204=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECCC is #251333. Grayscale: #E3E3E3. Windows color (decimal): -2429748 or 13429978. OLE color: 13429978.
HSL color Cylindrical-coordinate representation of color #DAECCC: hue angle of 93.75º degrees, saturation: 0.46, 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 #DAECCC is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 204 | - |
CMYK | 0.08 | 0 | 0.14 | 0.07 |
HSL | 93.75º | 0.46% | 0.86% | - |
HSV(B) | 93.75º | 0.14% | 0.93% | - |
XYZ | 69.81 | 79.26 | 68.75 | - |
YUV | 226.97 | 115.04 | 121.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 204 | 0.08 | 0 | 0.14 | 0.07 | 93.75 | 0.46 | 0.86 |
Hex | DA | EC | CC | 8 | 0 | E | 7 | 5E | 2E | 56 |
Octal | 332 | 354 | 314 | 10 | 0 | 16 | 7 | 136 | 56 | 126 |
Binary | 11011010 | 11101100 | 11001100 | 1000 | 0 | 1110 | 111 | 1011110 | 101110 | 1010110 |
Color Harmonies of #DAECCC
Complementary color
Monochromatic Colors of #DAECCC
Black with #DAECCC
Text Example
Text Example
White with #DAECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECCC; }
p { color: rgb(218,236,204); }
H1.HeaderClassName
{
color: #DAECCC;
}
.AnyTagClassName
{
color: #DAECCC;
}
</style>
background-color css
<style>
a { background-color: #DAECCC; }
a { background-color: rgb(218,236,204); }
div.DivClassName
{
background-color: #DAECCC;
}
.BgClassName
{
background-color: #DAECCC;
}
</style>
border-color css
<style>
span { border-color: #DAECCC; }
span { border-color: rgb(218,236,204); }
td.TdClassName
{
border-color: #DAECCC;
}
.TagClassName
{
border-color: #DAECCC;
}
</style>