#DFCDC9

Color #DFCDC9 Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #DFCDC9

Tints of Dust Storm #DFCDC9

Color information

#DFCDC9 (or 0xDFCDC9) is unknown color: approx Dust Storm. HEX triplet: DF, CD and C9. RGB value is (223,205,201). Sum of RGB (Red+Green+Blue) = 223+205+201=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDC9 is #203236. Grayscale: #D1D1D1. Windows color (decimal): -2110007 or 13225439. OLE color: 13225439.

HSL color Cylindrical-coordinate representation of color #DFCDC9: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFCDC9 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223205201-
CMYK00.080.100.13
HSL10.91º25.58%83.14%-
HSV(B)10.91º9.87%87.45%-
XYZ62.8163.5764.22-
YUV209.93122.96137.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=35.45%
G=32.59%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320520100.080.100.1310.9125.5883.14
HexDFCDC908ADb1a53
Octal33731531101012151332123
Binary11011111110011011100100101000101011011011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDC9; }

 p { color: rgb(223,205,201); }

 H1.HeaderClassName
 {
   color: #DFCDC9;
 }
 .AnyTagClassName
 {
   color: #DFCDC9;
 }
</style>
background-color css

<style>
 a { background-color: #DFCDC9; }

 a { background-color: rgb(223,205,201); }

 div.DivClassName
 {
   background-color: #DFCDC9;
 }
 .BgClassName
 {
   background-color: #DFCDC9;
 }
</style>
border-color css

<style>
 span { border-color: #DFCDC9; }

 span { border-color: rgb(223,205,201); }

 td.TdClassName
 {
   border-color: #DFCDC9;
 }
 .TagClassName
 {
   border-color: #DFCDC9;
 }
</style>