Shades of Frostee #DAE2D5
Tints of Frostee #DAE2D5
RGB
CMYK
RGB Variations
Color information
#DAE2D5 (or 0xDAE2D5) is known color: Frostee. HEX triplet: DA, E2 and D5. RGB value is (218,226,213). Sum of RGB (Red+Green+Blue) = 218+226+213=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2D5 is #251D2A. Grayscale: #DEDEDE. Windows color (decimal): -2432299 or 14017242. OLE color: 14017242.
HSL color Cylindrical-coordinate representation of color #DAE2D5: hue angle of 96.92º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE2D5 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 226 | 213 | - |
CMYK | 0.04 | 0 | 0.06 | 0.11 |
HSL | 96.92º | 0.18% | 0.86% | - |
HSV(B) | 96.92º | 0.06% | 0.89% | - |
XYZ | 68.12 | 74.1 | 73.66 | - |
YUV | 222.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 213 | 0.04 | 0 | 0.06 | 0.11 | 96.92 | 0.18 | 0.86 |
Hex | DA | E2 | D5 | 4 | 0 | 6 | B | 61 | 12 | 56 |
Octal | 332 | 342 | 325 | 4 | 0 | 6 | 13 | 141 | 22 | 126 |
Binary | 11011010 | 11100010 | 11010101 | 100 | 0 | 110 | 1011 | 1100001 | 10010 | 1010110 |
Color Harmonies of #DAE2D5
Complementary color
Monochromatic Colors of #DAE2D5
Black with #DAE2D5
Text Example
Text Example
White with #DAE2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2D5; }
p { color: rgb(218,226,213); }
H1.HeaderClassName
{
color: #DAE2D5;
}
.AnyTagClassName
{
color: #DAE2D5;
}
</style>
background-color css
<style>
a { background-color: #DAE2D5; }
a { background-color: rgb(218,226,213); }
div.DivClassName
{
background-color: #DAE2D5;
}
.BgClassName
{
background-color: #DAE2D5;
}
</style>
border-color css
<style>
span { border-color: #DAE2D5; }
span { border-color: rgb(218,226,213); }
td.TdClassName
{
border-color: #DAE2D5;
}
.TagClassName
{
border-color: #DAE2D5;
}
</style>