Shades of Frostee #DAEECA
Tints of Frostee #DAEECA
RGB
CMYK
RGB Variations
Color information
#DAEECA (or 0xDAEECA) is known color: Frostee. HEX triplet: DA, EE and CA. RGB value is (218,238,202). Sum of RGB (Red+Green+Blue) = 218+238+202=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEECA is #251135. Grayscale: #E4E4E4. Windows color (decimal): -2429238 or 13299418. OLE color: 13299418.
HSL color Cylindrical-coordinate representation of color #DAEECA: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEECA is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 202 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.07 |
| HSL | 93.33º | 0.51% | 0.86% | - |
| HSV(B) | 93.33º | 0.15% | 0.93% | - |
| XYZ | 70.15 | 80.32 | 67.68 | - |
| YUV | 227.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 202 | 0.08 | 0 | 0.15 | 0.07 | 93.33 | 0.51 | 0.86 |
| Hex | DA | EE | CA | 8 | 0 | F | 7 | 5D | 33 | 56 |
| Octal | 332 | 356 | 312 | 10 | 0 | 17 | 7 | 135 | 63 | 126 |
| Binary | 11011010 | 11101110 | 11001010 | 1000 | 0 | 1111 | 111 | 1011101 | 110011 | 1010110 |
Color Harmonies of #DAEECA
Complementary color
Monochromatic Colors of #DAEECA
Black with #DAEECA
Text Example
Text Example
White with #DAEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEECA; }
p { color: rgb(218,238,202); }
H1.HeaderClassName
{
color: #DAEECA;
}
.AnyTagClassName
{
color: #DAEECA;
}
</style>
background-color css
<style>
a { background-color: #DAEECA; }
a { background-color: rgb(218,238,202); }
div.DivClassName
{
background-color: #DAEECA;
}
.BgClassName
{
background-color: #DAEECA;
}
</style>
border-color css
<style>
span { border-color: #DAEECA; }
span { border-color: rgb(218,238,202); }
td.TdClassName
{
border-color: #DAEECA;
}
.TagClassName
{
border-color: #DAEECA;
}
</style>