Shades of Frost #DDDFCB
Tints of Frost #DDDFCB
RGB
CMYK
RGB Variations
Color information
#DDDFCB (or 0xDDDFCB) is known color: Frost. HEX triplet: DD, DF and CB. RGB value is (221,223,203). Sum of RGB (Red+Green+Blue) = 221+223+203=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCB is #222034. Grayscale: #DCDCDC. Windows color (decimal): -2236469 or 13361117. OLE color: 13361117.
HSL color Cylindrical-coordinate representation of color #DDDFCB: hue angle of 66º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDFCB is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 203 | - |
CMYK | 0.01 | 0 | 0.09 | 0.13 |
HSL | 66º | 0.24% | 0.84% | - |
HSV(B) | 66º | 0.09% | 0.87% | - |
XYZ | 66.99 | 72.46 | 66.96 | - |
YUV | 220.12 | 118.34 | 128.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 203 | 0.01 | 0 | 0.09 | 0.13 | 66 | 0.24 | 0.84 |
Hex | DD | DF | CB | 1 | 0 | 9 | D | 42 | 18 | 54 |
Octal | 335 | 337 | 313 | 1 | 0 | 11 | 15 | 102 | 30 | 124 |
Binary | 11011101 | 11011111 | 11001011 | 1 | 0 | 1001 | 1101 | 1000010 | 11000 | 1010100 |
Color Harmonies of #DDDFCB
Complementary color
Monochromatic Colors of #DDDFCB
Black with #DDDFCB
Text Example
Text Example
White with #DDDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFCB; }
p { color: rgb(221,223,203); }
H1.HeaderClassName
{
color: #DDDFCB;
}
.AnyTagClassName
{
color: #DDDFCB;
}
</style>
background-color css
<style>
a { background-color: #DDDFCB; }
a { background-color: rgb(221,223,203); }
div.DivClassName
{
background-color: #DDDFCB;
}
.BgClassName
{
background-color: #DDDFCB;
}
</style>
border-color css
<style>
span { border-color: #DDDFCB; }
span { border-color: rgb(221,223,203); }
td.TdClassName
{
border-color: #DDDFCB;
}
.TagClassName
{
border-color: #DDDFCB;
}
</style>