Shades of Frostee #DAEBC9
Tints of Frostee #DAEBC9
RGB
CMYK
RGB Variations
Color information
#DAEBC9 (or 0xDAEBC9) is known color: Frostee. HEX triplet: DA, EB and C9. RGB value is (218,235,201). Sum of RGB (Red+Green+Blue) = 218+235+201=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC9 is #251436. Grayscale: #E2E2E2. Windows color (decimal): -2430007 or 13233114. OLE color: 13233114.
HSL color Cylindrical-coordinate representation of color #DAEBC9: hue angle of 90º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEBC9 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 201 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.08 |
| HSL | 90º | 0.46% | 0.85% | - |
| HSV(B) | 90º | 0.14% | 0.92% | - |
| XYZ | 69.16 | 78.54 | 66.77 | - |
| YUV | 226.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 201 | 0.07 | 0 | 0.14 | 0.08 | 90 | 0.46 | 0.85 |
| Hex | DA | EB | C9 | 7 | 0 | E | 8 | 5A | 2E | 55 |
| Octal | 332 | 353 | 311 | 7 | 0 | 16 | 10 | 132 | 56 | 125 |
| Binary | 11011010 | 11101011 | 11001001 | 111 | 0 | 1110 | 1000 | 1011010 | 101110 | 1010101 |
Color Harmonies of #DAEBC9
Complementary color
Monochromatic Colors of #DAEBC9
Black with #DAEBC9
Text Example
Text Example
White with #DAEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBC9; }
p { color: rgb(218,235,201); }
H1.HeaderClassName
{
color: #DAEBC9;
}
.AnyTagClassName
{
color: #DAEBC9;
}
</style>
background-color css
<style>
a { background-color: #DAEBC9; }
a { background-color: rgb(218,235,201); }
div.DivClassName
{
background-color: #DAEBC9;
}
.BgClassName
{
background-color: #DAEBC9;
}
</style>
border-color css
<style>
span { border-color: #DAEBC9; }
span { border-color: rgb(218,235,201); }
td.TdClassName
{
border-color: #DAEBC9;
}
.TagClassName
{
border-color: #DAEBC9;
}
</style>