Shades of Frost #DDE1BF
Tints of Frost #DDE1BF
RGB
CMYK
RGB Variations
Color information
#DDE1BF (or 0xDDE1BF) is known color: Frost. HEX triplet: DD, E1 and BF. RGB value is (221,225,191). Sum of RGB (Red+Green+Blue) = 221+225+191=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1BF is #221E40. Grayscale: #DCDCDC. Windows color (decimal): -2235969 or 12575197. OLE color: 12575197.
HSL color Cylindrical-coordinate representation of color #DDE1BF: hue angle of 67.06º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDE1BF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 191 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.12 |
| HSL | 67.06º | 0.36% | 0.82% | - |
| HSV(B) | 67.06º | 0.15% | 0.88% | - |
| XYZ | 66.15 | 72.98 | 59.89 | - |
| YUV | 219.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 191 | 0.02 | 0 | 0.15 | 0.12 | 67.06 | 0.36 | 0.82 |
| Hex | DD | E1 | BF | 2 | 0 | F | C | 43 | 24 | 52 |
| Octal | 335 | 341 | 277 | 2 | 0 | 17 | 14 | 103 | 44 | 122 |
| Binary | 11011101 | 11100001 | 10111111 | 10 | 0 | 1111 | 1100 | 1000011 | 100100 | 1010010 |
Color Harmonies of #DDE1BF
Complementary color
Monochromatic Colors of #DDE1BF
Black with #DDE1BF
Text Example
Text Example
White with #DDE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1BF; }
p { color: rgb(221,225,191); }
H1.HeaderClassName
{
color: #DDE1BF;
}
.AnyTagClassName
{
color: #DDE1BF;
}
</style>
background-color css
<style>
a { background-color: #DDE1BF; }
a { background-color: rgb(221,225,191); }
div.DivClassName
{
background-color: #DDE1BF;
}
.BgClassName
{
background-color: #DDE1BF;
}
</style>
border-color css
<style>
span { border-color: #DDE1BF; }
span { border-color: rgb(221,225,191); }
td.TdClassName
{
border-color: #DDE1BF;
}
.TagClassName
{
border-color: #DDE1BF;
}
</style>