Shades of Frostee #DAEDC9
Tints of Frostee #DAEDC9
RGB
CMYK
RGB Variations
Color information
#DAEDC9 (or 0xDAEDC9) is known color: Frostee. HEX triplet: DA, ED and C9. RGB value is (218,237,201). Sum of RGB (Red+Green+Blue) = 218+237+201=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC9 is #251236. Grayscale: #E3E3E3. Windows color (decimal): -2429495 or 13233626. OLE color: 13233626.
HSL color Cylindrical-coordinate representation of color #DAEDC9: hue angle of 91.67º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEDC9 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 201 | - |
CMYK | 0.08 | 0 | 0.15 | 0.07 |
HSL | 91.67º | 0.5% | 0.86% | - |
HSV(B) | 91.67º | 0.15% | 0.93% | - |
XYZ | 69.74 | 79.69 | 66.96 | - |
YUV | 227.22 | 113.21 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 201 | 0.08 | 0 | 0.15 | 0.07 | 91.67 | 0.5 | 0.86 |
Hex | DA | ED | C9 | 8 | 0 | F | 7 | 5C | 32 | 56 |
Octal | 332 | 355 | 311 | 10 | 0 | 17 | 7 | 134 | 62 | 126 |
Binary | 11011010 | 11101101 | 11001001 | 1000 | 0 | 1111 | 111 | 1011100 | 110010 | 1010110 |
Color Harmonies of #DAEDC9
Complementary color
Monochromatic Colors of #DAEDC9
Black with #DAEDC9
Text Example
Text Example
White with #DAEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDC9; }
p { color: rgb(218,237,201); }
H1.HeaderClassName
{
color: #DAEDC9;
}
.AnyTagClassName
{
color: #DAEDC9;
}
</style>
background-color css
<style>
a { background-color: #DAEDC9; }
a { background-color: rgb(218,237,201); }
div.DivClassName
{
background-color: #DAEDC9;
}
.BgClassName
{
background-color: #DAEDC9;
}
</style>
border-color css
<style>
span { border-color: #DAEDC9; }
span { border-color: rgb(218,237,201); }
td.TdClassName
{
border-color: #DAEDC9;
}
.TagClassName
{
border-color: #DAEDC9;
}
</style>