Shades of Frostee #DAEAC8
Tints of Frostee #DAEAC8
RGB
CMYK
RGB Variations
Color information
#DAEAC8 (or 0xDAEAC8) is known color: Frostee. HEX triplet: DA, EA and C8. RGB value is (218,234,200). Sum of RGB (Red+Green+Blue) = 218+234+200=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC8 is #251537. Grayscale: #E1E1E1. Windows color (decimal): -2430264 or 13167322. OLE color: 13167322.
HSL color Cylindrical-coordinate representation of color #DAEAC8: hue angle of 88.24º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEAC8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 200 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.08 |
| HSL | 88.24º | 0.45% | 0.85% | - |
| HSV(B) | 88.24º | 0.15% | 0.92% | - |
| XYZ | 68.76 | 77.92 | 66.06 | - |
| YUV | 225.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 200 | 0.07 | 0 | 0.15 | 0.08 | 88.24 | 0.45 | 0.85 |
| Hex | DA | EA | C8 | 7 | 0 | F | 8 | 58 | 2D | 55 |
| Octal | 332 | 352 | 310 | 7 | 0 | 17 | 10 | 130 | 55 | 125 |
| Binary | 11011010 | 11101010 | 11001000 | 111 | 0 | 1111 | 1000 | 1011000 | 101101 | 1010101 |
Color Harmonies of #DAEAC8
Complementary color
Monochromatic Colors of #DAEAC8
Black with #DAEAC8
Text Example
Text Example
White with #DAEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAC8; }
p { color: rgb(218,234,200); }
H1.HeaderClassName
{
color: #DAEAC8;
}
.AnyTagClassName
{
color: #DAEAC8;
}
</style>
background-color css
<style>
a { background-color: #DAEAC8; }
a { background-color: rgb(218,234,200); }
div.DivClassName
{
background-color: #DAEAC8;
}
.BgClassName
{
background-color: #DAEAC8;
}
</style>
border-color css
<style>
span { border-color: #DAEAC8; }
span { border-color: rgb(218,234,200); }
td.TdClassName
{
border-color: #DAEAC8;
}
.TagClassName
{
border-color: #DAEAC8;
}
</style>