Shades of Dust Storm #DDCABF
Tints of Dust Storm #DDCABF
RGB
CMYK
RGB Variations
Color information
#DDCABF (or 0xDDCABF) is known color: Dust Storm. HEX triplet: DD, CA and BF. RGB value is (221,202,191). Sum of RGB (Red+Green+Blue) = 221+202+191=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCABF is #223540. Grayscale: #CECECE. Windows color (decimal): -2241857 or 12569309. OLE color: 12569309.
HSL color Cylindrical-coordinate representation of color #DDCABF: hue angle of 22º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCABF is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 202 | 191 | - |
CMYK | 0 | 0.09 | 0.14 | 0.13 |
HSL | 22º | 0.31% | 0.81% | - |
HSV(B) | 22º | 0.14% | 0.87% | - |
XYZ | 60.34 | 61.37 | 57.96 | - |
YUV | 206.43 | 119.29 | 138.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 191 | 0 | 0.09 | 0.14 | 0.13 | 22 | 0.31 | 0.81 |
Hex | DD | CA | BF | 0 | 9 | E | D | 16 | 1F | 51 |
Octal | 335 | 312 | 277 | 0 | 11 | 16 | 15 | 26 | 37 | 121 |
Binary | 11011101 | 11001010 | 10111111 | 0 | 1001 | 1110 | 1101 | 10110 | 11111 | 1010001 |
Color Harmonies of #DDCABF
Complementary color
Monochromatic Colors of #DDCABF
Black with #DDCABF
Text Example
Text Example
White with #DDCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCABF; }
p { color: rgb(221,202,191); }
H1.HeaderClassName
{
color: #DDCABF;
}
.AnyTagClassName
{
color: #DDCABF;
}
</style>
background-color css
<style>
a { background-color: #DDCABF; }
a { background-color: rgb(221,202,191); }
div.DivClassName
{
background-color: #DDCABF;
}
.BgClassName
{
background-color: #DDCABF;
}
</style>
border-color css
<style>
span { border-color: #DDCABF; }
span { border-color: rgb(221,202,191); }
td.TdClassName
{
border-color: #DDCABF;
}
.TagClassName
{
border-color: #DDCABF;
}
</style>