Shades of Frost #DDDFCD
Tints of Frost #DDDFCD
RGB
CMYK
RGB Variations
Color information
#DDDFCD (or 0xDDDFCD) is known color: Frost. HEX triplet: DD, DF and CD. RGB value is (221,223,205). Sum of RGB (Red+Green+Blue) = 221+223+205=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCD is #222032. Grayscale: #DCDCDC. Windows color (decimal): -2236467 or 13492189. OLE color: 13492189.
HSL color Cylindrical-coordinate representation of color #DDDFCD: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDFCD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 205 | - |
CMYK | 0.01 | 0 | 0.08 | 0.13 |
HSL | 66.67º | 0.22% | 0.84% | - |
HSV(B) | 66.67º | 0.08% | 0.87% | - |
XYZ | 67.23 | 72.56 | 68.22 | - |
YUV | 220.35 | 119.34 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 205 | 0.01 | 0 | 0.08 | 0.13 | 66.67 | 0.22 | 0.84 |
Hex | DD | DF | CD | 1 | 0 | 8 | D | 43 | 16 | 54 |
Octal | 335 | 337 | 315 | 1 | 0 | 10 | 15 | 103 | 26 | 124 |
Binary | 11011101 | 11011111 | 11001101 | 1 | 0 | 1000 | 1101 | 1000011 | 10110 | 1010100 |
Color Harmonies of #DDDFCD
Complementary color
Monochromatic Colors of #DDDFCD
Black with #DDDFCD
Text Example
Text Example
White with #DDDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFCD; }
p { color: rgb(221,223,205); }
H1.HeaderClassName
{
color: #DDDFCD;
}
.AnyTagClassName
{
color: #DDDFCD;
}
</style>
background-color css
<style>
a { background-color: #DDDFCD; }
a { background-color: rgb(221,223,205); }
div.DivClassName
{
background-color: #DDDFCD;
}
.BgClassName
{
background-color: #DDDFCD;
}
</style>
border-color css
<style>
span { border-color: #DDDFCD; }
span { border-color: rgb(221,223,205); }
td.TdClassName
{
border-color: #DDDFCD;
}
.TagClassName
{
border-color: #DDDFCD;
}
</style>