Shades of Frost #DAE0C3
Tints of Frost #DAE0C3
RGB
CMYK
RGB Variations
Color information
#DAE0C3 (or 0xDAE0C3) is known color: Frost. HEX triplet: DA, E0 and C3. RGB value is (218,224,195). Sum of RGB (Red+Green+Blue) = 218+224+195=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0C3 is #251F3C. Grayscale: #DBDBDB. Windows color (decimal): -2432829 or 12837082. OLE color: 12837082.
HSL color Cylindrical-coordinate representation of color #DAE0C3: hue angle of 72.41º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE0C3 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 195 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.12 |
| HSL | 72.41º | 0.32% | 0.82% | - |
| HSV(B) | 72.41º | 0.13% | 0.88% | - |
| XYZ | 65.42 | 72.16 | 62.11 | - |
| YUV | 218.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 195 | 0.03 | 0 | 0.13 | 0.12 | 72.41 | 0.32 | 0.82 |
| Hex | DA | E0 | C3 | 3 | 0 | D | C | 48 | 20 | 52 |
| Octal | 332 | 340 | 303 | 3 | 0 | 15 | 14 | 110 | 40 | 122 |
| Binary | 11011010 | 11100000 | 11000011 | 11 | 0 | 1101 | 1100 | 1001000 | 100000 | 1010010 |
Color Harmonies of #DAE0C3
Complementary color
Monochromatic Colors of #DAE0C3
Black with #DAE0C3
Text Example
Text Example
White with #DAE0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0C3; }
p { color: rgb(218,224,195); }
H1.HeaderClassName
{
color: #DAE0C3;
}
.AnyTagClassName
{
color: #DAE0C3;
}
</style>
background-color css
<style>
a { background-color: #DAE0C3; }
a { background-color: rgb(218,224,195); }
div.DivClassName
{
background-color: #DAE0C3;
}
.BgClassName
{
background-color: #DAE0C3;
}
</style>
border-color css
<style>
span { border-color: #DAE0C3; }
span { border-color: rgb(218,224,195); }
td.TdClassName
{
border-color: #DAE0C3;
}
.TagClassName
{
border-color: #DAE0C3;
}
</style>