Shades of Frost #DDDEC5
Tints of Frost #DDDEC5
RGB
CMYK
RGB Variations
Color information
#DDDEC5 (or 0xDDDEC5) is known color: Frost. HEX triplet: DD, DE and C5. RGB value is (221,222,197). Sum of RGB (Red+Green+Blue) = 221+222+197=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC5 is #22213A. Grayscale: #DADADA. Windows color (decimal): -2236731 or 12967645. OLE color: 12967645.
HSL color Cylindrical-coordinate representation of color #DDDEC5: hue angle of 62.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDEC5 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 197 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.13 |
| HSL | 62.4º | 0.27% | 0.82% | - |
| HSV(B) | 62.4º | 0.11% | 0.87% | - |
| XYZ | 66.02 | 71.65 | 63.17 | - |
| YUV | 218.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 197 | 0.00 | 0 | 0.11 | 0.13 | 62.4 | 0.27 | 0.82 |
| Hex | DD | DE | C5 | 0 | 0 | B | D | 3E | 1B | 52 |
| Octal | 335 | 336 | 305 | 0 | 0 | 13 | 15 | 76 | 33 | 122 |
| Binary | 11011101 | 11011110 | 11000101 | 0 | 0 | 1011 | 1101 | 111110 | 11011 | 1010010 |
Color Harmonies of #DDDEC5
Complementary color
Monochromatic Colors of #DDDEC5
Black with #DDDEC5
Text Example
Text Example
White with #DDDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEC5; }
p { color: rgb(221,222,197); }
H1.HeaderClassName
{
color: #DDDEC5;
}
.AnyTagClassName
{
color: #DDDEC5;
}
</style>
background-color css
<style>
a { background-color: #DDDEC5; }
a { background-color: rgb(221,222,197); }
div.DivClassName
{
background-color: #DDDEC5;
}
.BgClassName
{
background-color: #DDDEC5;
}
</style>
border-color css
<style>
span { border-color: #DDDEC5; }
span { border-color: rgb(221,222,197); }
td.TdClassName
{
border-color: #DDDEC5;
}
.TagClassName
{
border-color: #DDDEC5;
}
</style>