Shades of Frost #DAE0C4
Tints of Frost #DAE0C4
RGB
CMYK
RGB Variations
Color information
#DAE0C4 (or 0xDAE0C4) is known color: Frost. HEX triplet: DA, E0 and C4. RGB value is (218,224,196). Sum of RGB (Red+Green+Blue) = 218+224+196=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0C4 is #251F3B. Grayscale: #DBDBDB. Windows color (decimal): -2432828 or 12902618. OLE color: 12902618.
HSL color Cylindrical-coordinate representation of color #DAE0C4: hue angle of 72.86º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE0C4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 196 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.12 |
| HSL | 72.86º | 0.31% | 0.82% | - |
| HSV(B) | 72.86º | 0.13% | 0.88% | - |
| XYZ | 65.53 | 72.2 | 62.71 | - |
| YUV | 219.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 196 | 0.03 | 0 | 0.12 | 0.12 | 72.86 | 0.31 | 0.82 |
| Hex | DA | E0 | C4 | 3 | 0 | C | C | 49 | 1F | 52 |
| Octal | 332 | 340 | 304 | 3 | 0 | 14 | 14 | 111 | 37 | 122 |
| Binary | 11011010 | 11100000 | 11000100 | 11 | 0 | 1100 | 1100 | 1001001 | 11111 | 1010010 |
Color Harmonies of #DAE0C4
Complementary color
Monochromatic Colors of #DAE0C4
Black with #DAE0C4
Text Example
Text Example
White with #DAE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0C4; }
p { color: rgb(218,224,196); }
H1.HeaderClassName
{
color: #DAE0C4;
}
.AnyTagClassName
{
color: #DAE0C4;
}
</style>
background-color css
<style>
a { background-color: #DAE0C4; }
a { background-color: rgb(218,224,196); }
div.DivClassName
{
background-color: #DAE0C4;
}
.BgClassName
{
background-color: #DAE0C4;
}
</style>
border-color css
<style>
span { border-color: #DAE0C4; }
span { border-color: rgb(218,224,196); }
td.TdClassName
{
border-color: #DAE0C4;
}
.TagClassName
{
border-color: #DAE0C4;
}
</style>