Shades of Frostee #DAEBC4
Tints of Frostee #DAEBC4
RGB
CMYK
RGB Variations
Color information
#DAEBC4 (or 0xDAEBC4) is known color: Frostee. HEX triplet: DA, EB and C4. RGB value is (218,235,196). Sum of RGB (Red+Green+Blue) = 218+235+196=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 196 (76.95% from 255 or 30.20% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBC4 is #25143B. Grayscale: #E1E1E1. Windows color (decimal): -2430012 or 12905434. OLE color: 12905434.
HSL color Cylindrical-coordinate representation of color #DAEBC4: hue angle of 86.15º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAEBC4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 196 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.08 |
| HSL | 86.15º | 0.49% | 0.85% | - |
| HSV(B) | 86.15º | 0.17% | 0.92% | - |
| XYZ | 68.59 | 78.31 | 63.72 | - |
| YUV | 225.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 196 | 0.07 | 0 | 0.17 | 0.08 | 86.15 | 0.49 | 0.85 |
| Hex | DA | EB | C4 | 7 | 0 | 11 | 8 | 56 | 31 | 55 |
| Octal | 332 | 353 | 304 | 7 | 0 | 21 | 10 | 126 | 61 | 125 |
| Binary | 11011010 | 11101011 | 11000100 | 111 | 0 | 10001 | 1000 | 1010110 | 110001 | 1010101 |
Color Harmonies of #DAEBC4
Complementary color
Monochromatic Colors of #DAEBC4
Black with #DAEBC4
Text Example
Text Example
White with #DAEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBC4; }
p { color: rgb(218,235,196); }
H1.HeaderClassName
{
color: #DAEBC4;
}
.AnyTagClassName
{
color: #DAEBC4;
}
</style>
background-color css
<style>
a { background-color: #DAEBC4; }
a { background-color: rgb(218,235,196); }
div.DivClassName
{
background-color: #DAEBC4;
}
.BgClassName
{
background-color: #DAEBC4;
}
</style>
border-color css
<style>
span { border-color: #DAEBC4; }
span { border-color: rgb(218,235,196); }
td.TdClassName
{
border-color: #DAEBC4;
}
.TagClassName
{
border-color: #DAEBC4;
}
</style>