Shades of Frostee #DAE7CD
Tints of Frostee #DAE7CD
RGB
CMYK
RGB Variations
Color information
#DAE7CD (or 0xDAE7CD) is known color: Frostee. HEX triplet: DA, E7 and CD. RGB value is (218,231,205). Sum of RGB (Red+Green+Blue) = 218+231+205=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CD is #251832. Grayscale: #E0E0E0. Windows color (decimal): -2431027 or 13494234. OLE color: 13494234.
HSL color Cylindrical-coordinate representation of color #DAE7CD: hue angle of 90º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE7CD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 231 | 205 | - |
CMYK | 0.06 | 0 | 0.11 | 0.09 |
HSL | 90º | 0.35% | 0.85% | - |
HSV(B) | 90º | 0.11% | 0.91% | - |
XYZ | 68.51 | 76.47 | 68.91 | - |
YUV | 224.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 205 | 0.06 | 0 | 0.11 | 0.09 | 90 | 0.35 | 0.85 |
Hex | DA | E7 | CD | 6 | 0 | B | 9 | 5A | 23 | 55 |
Octal | 332 | 347 | 315 | 6 | 0 | 13 | 11 | 132 | 43 | 125 |
Binary | 11011010 | 11100111 | 11001101 | 110 | 0 | 1011 | 1001 | 1011010 | 100011 | 1010101 |
Color Harmonies of #DAE7CD
Complementary color
Monochromatic Colors of #DAE7CD
Black with #DAE7CD
Text Example
Text Example
White with #DAE7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7CD; }
p { color: rgb(218,231,205); }
H1.HeaderClassName
{
color: #DAE7CD;
}
.AnyTagClassName
{
color: #DAE7CD;
}
</style>
background-color css
<style>
a { background-color: #DAE7CD; }
a { background-color: rgb(218,231,205); }
div.DivClassName
{
background-color: #DAE7CD;
}
.BgClassName
{
background-color: #DAE7CD;
}
</style>
border-color css
<style>
span { border-color: #DAE7CD; }
span { border-color: rgb(218,231,205); }
td.TdClassName
{
border-color: #DAE7CD;
}
.TagClassName
{
border-color: #DAE7CD;
}
</style>