#DFCDC7

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

Shades of Dust Storm #DFCDC7

Tints of Dust Storm #DFCDC7

Color information

#DFCDC7 (or 0xDFCDC7) is unknown color: approx Dust Storm. HEX triplet: DF, CD and C7. RGB value is (223,205,199). Sum of RGB (Red+Green+Blue) = 223+205+199=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDC7 is #203238. Grayscale: #D1D1D1. Windows color (decimal): -2110009 or 13094367. OLE color: 13094367.

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

Color convert

RGB223205199-
CMYK00.080.110.13
HSL15º27.27%82.75%-
HSV(B)15º10.76%87.45%-
XYZ62.5763.4762.99-
YUV209.7121.96137.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 199 (78.12% from 255) = 31.74%
R=35.57%
G=32.70%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320519900.080.110.131527.2782.75
HexDFCDC708BDf1b53
Octal33731530701013151733123
Binary11011111110011011100011101000101111011111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDC7; }

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

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

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

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

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

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

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

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