Shades of Frostee #DAECC8
Tints of Frostee #DAECC8
RGB
CMYK
RGB Variations
Color information
#DAECC8 (or 0xDAECC8) is known color: Frostee. HEX triplet: DA, EC and C8. RGB value is (218,236,200). Sum of RGB (Red+Green+Blue) = 218+236+200=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC8 is #251337. Grayscale: #E2E2E2. Windows color (decimal): -2429752 or 13167834. OLE color: 13167834.
HSL color Cylindrical-coordinate representation of color #DAECC8: hue angle of 90º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAECC8 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 200 | - |
CMYK | 0.08 | 0 | 0.15 | 0.07 |
HSL | 90º | 0.49% | 0.85% | - |
HSV(B) | 90º | 0.15% | 0.93% | - |
XYZ | 69.33 | 79.07 | 66.25 | - |
YUV | 226.51 | 113.04 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 200 | 0.08 | 0 | 0.15 | 0.07 | 90 | 0.49 | 0.85 |
Hex | DA | EC | C8 | 8 | 0 | F | 7 | 5A | 31 | 55 |
Octal | 332 | 354 | 310 | 10 | 0 | 17 | 7 | 132 | 61 | 125 |
Binary | 11011010 | 11101100 | 11001000 | 1000 | 0 | 1111 | 111 | 1011010 | 110001 | 1010101 |
Color Harmonies of #DAECC8
Complementary color
Monochromatic Colors of #DAECC8
Black with #DAECC8
Text Example
Text Example
White with #DAECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECC8; }
p { color: rgb(218,236,200); }
H1.HeaderClassName
{
color: #DAECC8;
}
.AnyTagClassName
{
color: #DAECC8;
}
</style>
background-color css
<style>
a { background-color: #DAECC8; }
a { background-color: rgb(218,236,200); }
div.DivClassName
{
background-color: #DAECC8;
}
.BgClassName
{
background-color: #DAECC8;
}
</style>
border-color css
<style>
span { border-color: #DAECC8; }
span { border-color: rgb(218,236,200); }
td.TdClassName
{
border-color: #DAECC8;
}
.TagClassName
{
border-color: #DAECC8;
}
</style>