Shades of Dust Storm #DDCBC6
Tints of Dust Storm #DDCBC6
RGB
CMYK
RGB Variations
Color information
#DDCBC6 (or 0xDDCBC6) is known color: Dust Storm. HEX triplet: DD, CB and C6. RGB value is (221,203,198). Sum of RGB (Red+Green+Blue) = 221+203+198=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBC6 is #223439. Grayscale: #CFCFCF. Windows color (decimal): -2241594 or 13028317. OLE color: 13028317.
HSL color Cylindrical-coordinate representation of color #DDCBC6: hue angle of 13.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCBC6 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 198 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.13 |
| HSL | 13.04º | 0.25% | 0.82% | - |
| HSV(B) | 13.04º | 0.1% | 0.87% | - |
| XYZ | 61.37 | 62.16 | 62.19 | - |
| YUV | 207.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 198 | 0 | 0.08 | 0.10 | 0.13 | 13.04 | 0.25 | 0.82 |
| Hex | DD | CB | C6 | 0 | 8 | A | D | D | 19 | 52 |
| Octal | 335 | 313 | 306 | 0 | 10 | 12 | 15 | 15 | 31 | 122 |
| Binary | 11011101 | 11001011 | 11000110 | 0 | 1000 | 1010 | 1101 | 1101 | 11001 | 1010010 |
Color Harmonies of #DDCBC6
Complementary color
Monochromatic Colors of #DDCBC6
Black with #DDCBC6
Text Example
Text Example
White with #DDCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBC6; }
p { color: rgb(221,203,198); }
H1.HeaderClassName
{
color: #DDCBC6;
}
.AnyTagClassName
{
color: #DDCBC6;
}
</style>
background-color css
<style>
a { background-color: #DDCBC6; }
a { background-color: rgb(221,203,198); }
div.DivClassName
{
background-color: #DDCBC6;
}
.BgClassName
{
background-color: #DDCBC6;
}
</style>
border-color css
<style>
span { border-color: #DDCBC6; }
span { border-color: rgb(221,203,198); }
td.TdClassName
{
border-color: #DDCBC6;
}
.TagClassName
{
border-color: #DDCBC6;
}
</style>