Shades of Frostee #DAEACF
Tints of Frostee #DAEACF
RGB
CMYK
RGB Variations
Color information
#DAEACF (or 0xDAEACF) is known color: Frostee. HEX triplet: DA, EA and CF. RGB value is (218,234,207). Sum of RGB (Red+Green+Blue) = 218+234+207=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACF is #251530. Grayscale: #E2E2E2. Windows color (decimal): -2430257 or 13626074. OLE color: 13626074.
HSL color Cylindrical-coordinate representation of color #DAEACF: hue angle of 95.56º degrees, saturation: 0.39, 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 #DAEACF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 207 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.08 |
| HSL | 95.56º | 0.39% | 0.86% | - |
| HSV(B) | 95.56º | 0.12% | 0.92% | - |
| XYZ | 69.6 | 78.26 | 70.47 | - |
| YUV | 226.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 207 | 0.07 | 0 | 0.12 | 0.08 | 95.56 | 0.39 | 0.86 |
| Hex | DA | EA | CF | 7 | 0 | C | 8 | 60 | 27 | 56 |
| Octal | 332 | 352 | 317 | 7 | 0 | 14 | 10 | 140 | 47 | 126 |
| Binary | 11011010 | 11101010 | 11001111 | 111 | 0 | 1100 | 1000 | 1100000 | 100111 | 1010110 |
Color Harmonies of #DAEACF
Complementary color
Monochromatic Colors of #DAEACF
Black with #DAEACF
Text Example
Text Example
White with #DAEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEACF; }
p { color: rgb(218,234,207); }
H1.HeaderClassName
{
color: #DAEACF;
}
.AnyTagClassName
{
color: #DAEACF;
}
</style>
background-color css
<style>
a { background-color: #DAEACF; }
a { background-color: rgb(218,234,207); }
div.DivClassName
{
background-color: #DAEACF;
}
.BgClassName
{
background-color: #DAEACF;
}
</style>
border-color css
<style>
span { border-color: #DAEACF; }
span { border-color: rgb(218,234,207); }
td.TdClassName
{
border-color: #DAEACF;
}
.TagClassName
{
border-color: #DAEACF;
}
</style>