Shades of Frostee #DAE6CD
Tints of Frostee #DAE6CD
RGB
CMYK
RGB Variations
Color information
#DAE6CD (or 0xDAE6CD) is known color: Frostee. HEX triplet: DA, E6 and CD. RGB value is (218,230,205). Sum of RGB (Red+Green+Blue) = 218+230+205=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CD is #251932. Grayscale: #DFDFDF. Windows color (decimal): -2431283 or 13493978. OLE color: 13493978.
HSL color Cylindrical-coordinate representation of color #DAE6CD: hue angle of 88.8º degrees, saturation: 0.33, 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 #DAE6CD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 205 | - |
CMYK | 0.05 | 0 | 0.11 | 0.10 |
HSL | 88.8º | 0.33% | 0.85% | - |
HSV(B) | 88.8º | 0.11% | 0.9% | - |
XYZ | 68.23 | 75.91 | 68.81 | - |
YUV | 223.56 | 117.52 | 124.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 205 | 0.05 | 0 | 0.11 | 0.10 | 88.8 | 0.33 | 0.85 |
Hex | DA | E6 | CD | 5 | 0 | B | A | 59 | 21 | 55 |
Octal | 332 | 346 | 315 | 5 | 0 | 13 | 12 | 131 | 41 | 125 |
Binary | 11011010 | 11100110 | 11001101 | 101 | 0 | 1011 | 1010 | 1011001 | 100001 | 1010101 |
Color Harmonies of #DAE6CD
Complementary color
Monochromatic Colors of #DAE6CD
Black with #DAE6CD
Text Example
Text Example
White with #DAE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6CD; }
p { color: rgb(218,230,205); }
H1.HeaderClassName
{
color: #DAE6CD;
}
.AnyTagClassName
{
color: #DAE6CD;
}
</style>
background-color css
<style>
a { background-color: #DAE6CD; }
a { background-color: rgb(218,230,205); }
div.DivClassName
{
background-color: #DAE6CD;
}
.BgClassName
{
background-color: #DAE6CD;
}
</style>
border-color css
<style>
span { border-color: #DAE6CD; }
span { border-color: rgb(218,230,205); }
td.TdClassName
{
border-color: #DAE6CD;
}
.TagClassName
{
border-color: #DAE6CD;
}
</style>