Shades of Frostee #DAEDC4
Tints of Frostee #DAEDC4
RGB
CMYK
RGB Variations
Color information
#DAEDC4 (or 0xDAEDC4) is known color: Frostee. HEX triplet: DA, ED and C4. RGB value is (218,237,196). Sum of RGB (Red+Green+Blue) = 218+237+196=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC4 is #25123B. Grayscale: #E2E2E2. Windows color (decimal): -2429500 or 12905946. OLE color: 12905946.
HSL color Cylindrical-coordinate representation of color #DAEDC4: hue angle of 87.8º degrees, saturation: 0.53, 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 #DAEDC4 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 196 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.07 |
| HSL | 87.8º | 0.53% | 0.85% | - |
| HSV(B) | 87.8º | 0.17% | 0.93% | - |
| XYZ | 69.16 | 79.46 | 63.92 | - |
| YUV | 226.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 196 | 0.08 | 0 | 0.17 | 0.07 | 87.8 | 0.53 | 0.85 |
| Hex | DA | ED | C4 | 8 | 0 | 11 | 7 | 58 | 35 | 55 |
| Octal | 332 | 355 | 304 | 10 | 0 | 21 | 7 | 130 | 65 | 125 |
| Binary | 11011010 | 11101101 | 11000100 | 1000 | 0 | 10001 | 111 | 1011000 | 110101 | 1010101 |
Color Harmonies of #DAEDC4
Complementary color
Monochromatic Colors of #DAEDC4
Black with #DAEDC4
Text Example
Text Example
White with #DAEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDC4; }
p { color: rgb(218,237,196); }
H1.HeaderClassName
{
color: #DAEDC4;
}
.AnyTagClassName
{
color: #DAEDC4;
}
</style>
background-color css
<style>
a { background-color: #DAEDC4; }
a { background-color: rgb(218,237,196); }
div.DivClassName
{
background-color: #DAEDC4;
}
.BgClassName
{
background-color: #DAEDC4;
}
</style>
border-color css
<style>
span { border-color: #DAEDC4; }
span { border-color: rgb(218,237,196); }
td.TdClassName
{
border-color: #DAEDC4;
}
.TagClassName
{
border-color: #DAEDC4;
}
</style>