Shades of Frostee #DDEACF
Tints of Frostee #DDEACF
RGB
CMYK
RGB Variations
Color information
#DDEACF (or 0xDDEACF) is known color: Frostee. HEX triplet: DD, EA and CF. RGB value is (221,234,207). Sum of RGB (Red+Green+Blue) = 221+234+207=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEACF is #221530. Grayscale: #E3E3E3. Windows color (decimal): -2233649 or 13626077. OLE color: 13626077.
HSL color Cylindrical-coordinate representation of color #DDEACF: hue angle of 88.89º 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 #DDEACF is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 207 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.08 |
| HSL | 88.89º | 0.39% | 0.86% | - |
| HSV(B) | 88.89º | 0.12% | 0.92% | - |
| XYZ | 70.5 | 78.72 | 70.51 | - |
| YUV | 227.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 207 | 0.06 | 0 | 0.12 | 0.08 | 88.89 | 0.39 | 0.86 |
| Hex | DD | EA | CF | 6 | 0 | C | 8 | 59 | 27 | 56 |
| Octal | 335 | 352 | 317 | 6 | 0 | 14 | 10 | 131 | 47 | 126 |
| Binary | 11011101 | 11101010 | 11001111 | 110 | 0 | 1100 | 1000 | 1011001 | 100111 | 1010110 |
Color Harmonies of #DDEACF
Complementary color
Monochromatic Colors of #DDEACF
Black with #DDEACF
Text Example
Text Example
White with #DDEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEACF; }
p { color: rgb(221,234,207); }
H1.HeaderClassName
{
color: #DDEACF;
}
.AnyTagClassName
{
color: #DDEACF;
}
</style>
background-color css
<style>
a { background-color: #DDEACF; }
a { background-color: rgb(221,234,207); }
div.DivClassName
{
background-color: #DDEACF;
}
.BgClassName
{
background-color: #DDEACF;
}
</style>
border-color css
<style>
span { border-color: #DDEACF; }
span { border-color: rgb(221,234,207); }
td.TdClassName
{
border-color: #DDEACF;
}
.TagClassName
{
border-color: #DDEACF;
}
</style>