Shades of Frostee #DAE7CF
Tints of Frostee #DAE7CF
RGB
CMYK
RGB Variations
Color information
#DAE7CF (or 0xDAE7CF) is known color: Frostee. HEX triplet: DA, E7 and CF. RGB value is (218,231,207). Sum of RGB (Red+Green+Blue) = 218+231+207=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CF is #251830. Grayscale: #E0E0E0. Windows color (decimal): -2431025 or 13625306. OLE color: 13625306.
HSL color Cylindrical-coordinate representation of color #DAE7CF: hue angle of 92.5º degrees, saturation: 0.33, 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 #DAE7CF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 231 | 207 | - |
CMYK | 0.06 | 0 | 0.10 | 0.09 |
HSL | 92.5º | 0.33% | 0.86% | - |
HSV(B) | 92.5º | 0.1% | 0.91% | - |
XYZ | 68.75 | 76.56 | 70.19 | - |
YUV | 224.38 | 118.19 | 123.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 207 | 0.06 | 0 | 0.10 | 0.09 | 92.5 | 0.33 | 0.86 |
Hex | DA | E7 | CF | 6 | 0 | A | 9 | 5C | 21 | 56 |
Octal | 332 | 347 | 317 | 6 | 0 | 12 | 11 | 134 | 41 | 126 |
Binary | 11011010 | 11100111 | 11001111 | 110 | 0 | 1010 | 1001 | 1011100 | 100001 | 1010110 |
Color Harmonies of #DAE7CF
Complementary color
Monochromatic Colors of #DAE7CF
Black with #DAE7CF
Text Example
Text Example
White with #DAE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7CF; }
p { color: rgb(218,231,207); }
H1.HeaderClassName
{
color: #DAE7CF;
}
.AnyTagClassName
{
color: #DAE7CF;
}
</style>
background-color css
<style>
a { background-color: #DAE7CF; }
a { background-color: rgb(218,231,207); }
div.DivClassName
{
background-color: #DAE7CF;
}
.BgClassName
{
background-color: #DAE7CF;
}
</style>
border-color css
<style>
span { border-color: #DAE7CF; }
span { border-color: rgb(218,231,207); }
td.TdClassName
{
border-color: #DAE7CF;
}
.TagClassName
{
border-color: #DAE7CF;
}
</style>