Shades of Frostee #DAE5CC
Tints of Frostee #DAE5CC
RGB
CMYK
RGB Variations
Color information
#DAE5CC (or 0xDAE5CC) is known color: Frostee. HEX triplet: DA, E5 and CC. RGB value is (218,229,204). Sum of RGB (Red+Green+Blue) = 218+229+204=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5CC is #251A33. Grayscale: #DEDEDE. Windows color (decimal): -2431540 or 13428186. OLE color: 13428186.
HSL color Cylindrical-coordinate representation of color #DAE5CC: hue angle of 86.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE5CC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 204 | - |
CMYK | 0.05 | 0 | 0.11 | 0.10 |
HSL | 86.4º | 0.32% | 0.85% | - |
HSV(B) | 86.4º | 0.11% | 0.9% | - |
XYZ | 67.83 | 75.3 | 68.09 | - |
YUV | 222.86 | 117.36 | 124.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 204 | 0.05 | 0 | 0.11 | 0.10 | 86.4 | 0.32 | 0.85 |
Hex | DA | E5 | CC | 5 | 0 | B | A | 56 | 20 | 55 |
Octal | 332 | 345 | 314 | 5 | 0 | 13 | 12 | 126 | 40 | 125 |
Binary | 11011010 | 11100101 | 11001100 | 101 | 0 | 1011 | 1010 | 1010110 | 100000 | 1010101 |
Color Harmonies of #DAE5CC
Complementary color
Monochromatic Colors of #DAE5CC
Black with #DAE5CC
Text Example
Text Example
White with #DAE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5CC; }
p { color: rgb(218,229,204); }
H1.HeaderClassName
{
color: #DAE5CC;
}
.AnyTagClassName
{
color: #DAE5CC;
}
</style>
background-color css
<style>
a { background-color: #DAE5CC; }
a { background-color: rgb(218,229,204); }
div.DivClassName
{
background-color: #DAE5CC;
}
.BgClassName
{
background-color: #DAE5CC;
}
</style>
border-color css
<style>
span { border-color: #DAE5CC; }
span { border-color: rgb(218,229,204); }
td.TdClassName
{
border-color: #DAE5CC;
}
.TagClassName
{
border-color: #DAE5CC;
}
</style>