Shades of Frost #DDDFD1
Tints of Frost #DDDFD1
RGB
CMYK
RGB Variations
Color information
#DDDFD1 (or 0xDDDFD1) is known color: Frost. HEX triplet: DD, DF and D1. RGB value is (221,223,209). Sum of RGB (Red+Green+Blue) = 221+223+209=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFD1 is #22202E. Grayscale: #DCDCDC. Windows color (decimal): -2236463 or 13754333. OLE color: 13754333.
HSL color Cylindrical-coordinate representation of color #DDDFD1: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDFD1 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 209 | - |
CMYK | 0.01 | 0 | 0.06 | 0.13 |
HSL | 68.57º | 0.18% | 0.85% | - |
HSV(B) | 68.57º | 0.06% | 0.87% | - |
XYZ | 67.72 | 72.75 | 70.79 | - |
YUV | 220.81 | 121.34 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 209 | 0.01 | 0 | 0.06 | 0.13 | 68.57 | 0.18 | 0.85 |
Hex | DD | DF | D1 | 1 | 0 | 6 | D | 45 | 12 | 55 |
Octal | 335 | 337 | 321 | 1 | 0 | 6 | 15 | 105 | 22 | 125 |
Binary | 11011101 | 11011111 | 11010001 | 1 | 0 | 110 | 1101 | 1000101 | 10010 | 1010101 |
Color Harmonies of #DDDFD1
Complementary color
Monochromatic Colors of #DDDFD1
Black with #DDDFD1
Text Example
Text Example
White with #DDDFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFD1; }
p { color: rgb(221,223,209); }
H1.HeaderClassName
{
color: #DDDFD1;
}
.AnyTagClassName
{
color: #DDDFD1;
}
</style>
background-color css
<style>
a { background-color: #DDDFD1; }
a { background-color: rgb(221,223,209); }
div.DivClassName
{
background-color: #DDDFD1;
}
.BgClassName
{
background-color: #DDDFD1;
}
</style>
border-color css
<style>
span { border-color: #DDDFD1; }
span { border-color: rgb(221,223,209); }
td.TdClassName
{
border-color: #DDDFD1;
}
.TagClassName
{
border-color: #DDDFD1;
}
</style>