Shades of Frostee #DAEACD
Tints of Frostee #DAEACD
RGB
CMYK
RGB Variations
Color information
#DAEACD (or 0xDAEACD) is known color: Frostee. HEX triplet: DA, EA and CD. RGB value is (218,234,205). Sum of RGB (Red+Green+Blue) = 218+234+205=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACD is #251532. Grayscale: #E2E2E2. Windows color (decimal): -2430259 or 13495002. OLE color: 13495002.
HSL color Cylindrical-coordinate representation of color #DAEACD: hue angle of 93.1º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEACD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 234 | 205 | - |
CMYK | 0.07 | 0 | 0.12 | 0.08 |
HSL | 93.1º | 0.41% | 0.86% | - |
HSV(B) | 93.1º | 0.12% | 0.92% | - |
XYZ | 69.36 | 78.16 | 69.19 | - |
YUV | 225.91 | 116.2 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 205 | 0.07 | 0 | 0.12 | 0.08 | 93.1 | 0.41 | 0.86 |
Hex | DA | EA | CD | 7 | 0 | C | 8 | 5D | 29 | 56 |
Octal | 332 | 352 | 315 | 7 | 0 | 14 | 10 | 135 | 51 | 126 |
Binary | 11011010 | 11101010 | 11001101 | 111 | 0 | 1100 | 1000 | 1011101 | 101001 | 1010110 |
Color Harmonies of #DAEACD
Complementary color
Monochromatic Colors of #DAEACD
Black with #DAEACD
Text Example
Text Example
White with #DAEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEACD; }
p { color: rgb(218,234,205); }
H1.HeaderClassName
{
color: #DAEACD;
}
.AnyTagClassName
{
color: #DAEACD;
}
</style>
background-color css
<style>
a { background-color: #DAEACD; }
a { background-color: rgb(218,234,205); }
div.DivClassName
{
background-color: #DAEACD;
}
.BgClassName
{
background-color: #DAEACD;
}
</style>
border-color css
<style>
span { border-color: #DAEACD; }
span { border-color: rgb(218,234,205); }
td.TdClassName
{
border-color: #DAEACD;
}
.TagClassName
{
border-color: #DAEACD;
}
</style>