Shades of Frostee #DAE3D2
Tints of Frostee #DAE3D2
RGB
CMYK
RGB Variations
Color information
#DAE3D2 (or 0xDAE3D2) is known color: Frostee. HEX triplet: DA, E3 and D2. RGB value is (218,227,210). Sum of RGB (Red+Green+Blue) = 218+227+210=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3D2 is #251C2D. Grayscale: #DEDEDE. Windows color (decimal): -2432046 or 13820890. OLE color: 13820890.
HSL color Cylindrical-coordinate representation of color #DAE3D2: hue angle of 91.76º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE3D2 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 210 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.11 |
| HSL | 91.76º | 0.23% | 0.86% | - |
| HSV(B) | 91.76º | 0.07% | 0.89% | - |
| XYZ | 68.02 | 74.5 | 71.77 | - |
| YUV | 222.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 210 | 0.04 | 0 | 0.07 | 0.11 | 91.76 | 0.23 | 0.86 |
| Hex | DA | E3 | D2 | 4 | 0 | 7 | B | 5C | 17 | 56 |
| Octal | 332 | 343 | 322 | 4 | 0 | 7 | 13 | 134 | 27 | 126 |
| Binary | 11011010 | 11100011 | 11010010 | 100 | 0 | 111 | 1011 | 1011100 | 10111 | 1010110 |
Color Harmonies of #DAE3D2
Complementary color
Monochromatic Colors of #DAE3D2
Black with #DAE3D2
Text Example
Text Example
White with #DAE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3D2; }
p { color: rgb(218,227,210); }
H1.HeaderClassName
{
color: #DAE3D2;
}
.AnyTagClassName
{
color: #DAE3D2;
}
</style>
background-color css
<style>
a { background-color: #DAE3D2; }
a { background-color: rgb(218,227,210); }
div.DivClassName
{
background-color: #DAE3D2;
}
.BgClassName
{
background-color: #DAE3D2;
}
</style>
border-color css
<style>
span { border-color: #DAE3D2; }
span { border-color: rgb(218,227,210); }
td.TdClassName
{
border-color: #DAE3D2;
}
.TagClassName
{
border-color: #DAE3D2;
}
</style>