Shades of Frostee #DAEEC6
Tints of Frostee #DAEEC6
RGB
CMYK
RGB Variations
Color information
#DAEEC6 (or 0xDAEEC6) is known color: Frostee. HEX triplet: DA, EE and C6. RGB value is (218,238,198). Sum of RGB (Red+Green+Blue) = 218+238+198=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC6 is #251139. Grayscale: #E3E3E3. Windows color (decimal): -2429242 or 13037274. OLE color: 13037274.
HSL color Cylindrical-coordinate representation of color #DAEEC6: hue angle of 90º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAEEC6 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 198 | - |
CMYK | 0.08 | 0 | 0.17 | 0.07 |
HSL | 90º | 0.54% | 0.85% | - |
HSV(B) | 90º | 0.17% | 0.93% | - |
XYZ | 69.68 | 80.13 | 65.22 | - |
YUV | 227.46 | 111.37 | 121.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 198 | 0.08 | 0 | 0.17 | 0.07 | 90 | 0.54 | 0.85 |
Hex | DA | EE | C6 | 8 | 0 | 11 | 7 | 5A | 36 | 55 |
Octal | 332 | 356 | 306 | 10 | 0 | 21 | 7 | 132 | 66 | 125 |
Binary | 11011010 | 11101110 | 11000110 | 1000 | 0 | 10001 | 111 | 1011010 | 110110 | 1010101 |
Color Harmonies of #DAEEC6
Complementary color
Monochromatic Colors of #DAEEC6
Black with #DAEEC6
Text Example
Text Example
White with #DAEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEC6; }
p { color: rgb(218,238,198); }
H1.HeaderClassName
{
color: #DAEEC6;
}
.AnyTagClassName
{
color: #DAEEC6;
}
</style>
background-color css
<style>
a { background-color: #DAEEC6; }
a { background-color: rgb(218,238,198); }
div.DivClassName
{
background-color: #DAEEC6;
}
.BgClassName
{
background-color: #DAEEC6;
}
</style>
border-color css
<style>
span { border-color: #DAEEC6; }
span { border-color: rgb(218,238,198); }
td.TdClassName
{
border-color: #DAEEC6;
}
.TagClassName
{
border-color: #DAEEC6;
}
</style>