Shades of Frostee #DDECD1
Tints of Frostee #DDECD1
RGB
CMYK
RGB Variations
Color information
#DDECD1 (or 0xDDECD1) is known color: Frostee. HEX triplet: DD, EC and D1. RGB value is (221,236,209). Sum of RGB (Red+Green+Blue) = 221+236+209=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD1 is #22132E. Grayscale: #E4E4E4. Windows color (decimal): -2233135 or 13757661. OLE color: 13757661.
HSL color Cylindrical-coordinate representation of color #DDECD1: hue angle of 93.33º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDECD1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 209 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 93.33º | 0.42% | 0.87% | - |
| HSV(B) | 93.33º | 0.11% | 0.93% | - |
| XYZ | 71.32 | 79.97 | 72 | - |
| YUV | 228.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 209 | 0.06 | 0 | 0.11 | 0.07 | 93.33 | 0.42 | 0.87 |
| Hex | DD | EC | D1 | 6 | 0 | B | 7 | 5D | 2A | 57 |
| Octal | 335 | 354 | 321 | 6 | 0 | 13 | 7 | 135 | 52 | 127 |
| Binary | 11011101 | 11101100 | 11010001 | 110 | 0 | 1011 | 111 | 1011101 | 101010 | 1010111 |
Color Harmonies of #DDECD1
Complementary color
Monochromatic Colors of #DDECD1
Black with #DDECD1
Text Example
Text Example
White with #DDECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD1; }
p { color: rgb(221,236,209); }
H1.HeaderClassName
{
color: #DDECD1;
}
.AnyTagClassName
{
color: #DDECD1;
}
</style>
background-color css
<style>
a { background-color: #DDECD1; }
a { background-color: rgb(221,236,209); }
div.DivClassName
{
background-color: #DDECD1;
}
.BgClassName
{
background-color: #DDECD1;
}
</style>
border-color css
<style>
span { border-color: #DDECD1; }
span { border-color: rgb(221,236,209); }
td.TdClassName
{
border-color: #DDECD1;
}
.TagClassName
{
border-color: #DDECD1;
}
</style>