Shades of Frostee #DAE8D0
Tints of Frostee #DAE8D0
RGB
CMYK
RGB Variations
Color information
#DAE8D0 (or 0xDAE8D0) is known color: Frostee. HEX triplet: DA, E8 and D0. RGB value is (218,232,208). Sum of RGB (Red+Green+Blue) = 218+232+208=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8D0 is #25172F. Grayscale: #E1E1E1. Windows color (decimal): -2430768 or 13691098. OLE color: 13691098.
HSL color Cylindrical-coordinate representation of color #DAE8D0: hue angle of 95º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE8D0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 232 | 208 | - |
CMYK | 0.06 | 0 | 0.10 | 0.09 |
HSL | 95º | 0.34% | 0.86% | - |
HSV(B) | 95º | 0.1% | 0.91% | - |
XYZ | 69.16 | 77.17 | 70.93 | - |
YUV | 225.08 | 118.36 | 122.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 232 | 208 | 0.06 | 0 | 0.10 | 0.09 | 95 | 0.34 | 0.86 |
Hex | DA | E8 | D0 | 6 | 0 | A | 9 | 5F | 22 | 56 |
Octal | 332 | 350 | 320 | 6 | 0 | 12 | 11 | 137 | 42 | 126 |
Binary | 11011010 | 11101000 | 11010000 | 110 | 0 | 1010 | 1001 | 1011111 | 100010 | 1010110 |
Color Harmonies of #DAE8D0
Complementary color
Monochromatic Colors of #DAE8D0
Black with #DAE8D0
Text Example
Text Example
White with #DAE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8D0; }
p { color: rgb(218,232,208); }
H1.HeaderClassName
{
color: #DAE8D0;
}
.AnyTagClassName
{
color: #DAE8D0;
}
</style>
background-color css
<style>
a { background-color: #DAE8D0; }
a { background-color: rgb(218,232,208); }
div.DivClassName
{
background-color: #DAE8D0;
}
.BgClassName
{
background-color: #DAE8D0;
}
</style>
border-color css
<style>
span { border-color: #DAE8D0; }
span { border-color: rgb(218,232,208); }
td.TdClassName
{
border-color: #DAE8D0;
}
.TagClassName
{
border-color: #DAE8D0;
}
</style>