Shades of Frostee #DAE6D1
Tints of Frostee #DAE6D1
RGB
CMYK
RGB Variations
Color information
#DAE6D1 (or 0xDAE6D1) is known color: Frostee. HEX triplet: DA, E6 and D1. RGB value is (218,230,209). Sum of RGB (Red+Green+Blue) = 218+230+209=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6D1 is #25192E. Grayscale: #E0E0E0. Windows color (decimal): -2431279 or 13756122. OLE color: 13756122.
HSL color Cylindrical-coordinate representation of color #DAE6D1: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE6D1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 209 | - |
CMYK | 0.05 | 0 | 0.09 | 0.10 |
HSL | 94.29º | 0.3% | 0.86% | - |
HSV(B) | 94.29º | 0.09% | 0.9% | - |
XYZ | 68.72 | 76.1 | 71.39 | - |
YUV | 224.02 | 119.52 | 123.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 209 | 0.05 | 0 | 0.09 | 0.10 | 94.29 | 0.3 | 0.86 |
Hex | DA | E6 | D1 | 5 | 0 | 9 | A | 5E | 1E | 56 |
Octal | 332 | 346 | 321 | 5 | 0 | 11 | 12 | 136 | 36 | 126 |
Binary | 11011010 | 11100110 | 11010001 | 101 | 0 | 1001 | 1010 | 1011110 | 11110 | 1010110 |
Color Harmonies of #DAE6D1
Complementary color
Monochromatic Colors of #DAE6D1
Black with #DAE6D1
Text Example
Text Example
White with #DAE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6D1; }
p { color: rgb(218,230,209); }
H1.HeaderClassName
{
color: #DAE6D1;
}
.AnyTagClassName
{
color: #DAE6D1;
}
</style>
background-color css
<style>
a { background-color: #DAE6D1; }
a { background-color: rgb(218,230,209); }
div.DivClassName
{
background-color: #DAE6D1;
}
.BgClassName
{
background-color: #DAE6D1;
}
</style>
border-color css
<style>
span { border-color: #DAE6D1; }
span { border-color: rgb(218,230,209); }
td.TdClassName
{
border-color: #DAE6D1;
}
.TagClassName
{
border-color: #DAE6D1;
}
</style>