Shades of Frostee #DAEEC7
Tints of Frostee #DAEEC7
RGB
CMYK
RGB Variations
Color information
#DAEEC7 (or 0xDAEEC7) is known color: Frostee. HEX triplet: DA, EE and C7. RGB value is (218,238,199). Sum of RGB (Red+Green+Blue) = 218+238+199=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC7 is #251138. Grayscale: #E3E3E3. Windows color (decimal): -2429241 or 13102810. OLE color: 13102810.
HSL color Cylindrical-coordinate representation of color #DAEEC7: hue angle of 90.77º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEEC7 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 199 | - |
CMYK | 0.08 | 0 | 0.16 | 0.07 |
HSL | 90.77º | 0.53% | 0.86% | - |
HSV(B) | 90.77º | 0.16% | 0.93% | - |
XYZ | 69.8 | 80.18 | 65.83 | - |
YUV | 227.57 | 111.87 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 199 | 0.08 | 0 | 0.16 | 0.07 | 90.77 | 0.53 | 0.86 |
Hex | DA | EE | C7 | 8 | 0 | 10 | 7 | 5B | 35 | 56 |
Octal | 332 | 356 | 307 | 10 | 0 | 20 | 7 | 133 | 65 | 126 |
Binary | 11011010 | 11101110 | 11000111 | 1000 | 0 | 10000 | 111 | 1011011 | 110101 | 1010110 |
Color Harmonies of #DAEEC7
Complementary color
Monochromatic Colors of #DAEEC7
Black with #DAEEC7
Text Example
Text Example
White with #DAEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEC7; }
p { color: rgb(218,238,199); }
H1.HeaderClassName
{
color: #DAEEC7;
}
.AnyTagClassName
{
color: #DAEEC7;
}
</style>
background-color css
<style>
a { background-color: #DAEEC7; }
a { background-color: rgb(218,238,199); }
div.DivClassName
{
background-color: #DAEEC7;
}
.BgClassName
{
background-color: #DAEEC7;
}
</style>
border-color css
<style>
span { border-color: #DAEEC7; }
span { border-color: rgb(218,238,199); }
td.TdClassName
{
border-color: #DAEEC7;
}
.TagClassName
{
border-color: #DAEEC7;
}
</style>