#DFCCC8

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

Shades of Dust Storm #DFCCC8

Tints of Dust Storm #DFCCC8

Color information

#DFCCC8 (or 0xDFCCC8) is unknown color: approx Dust Storm. HEX triplet: DF, CC and C8. RGB value is (223,204,200). Sum of RGB (Red+Green+Blue) = 223+204+200=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC8 is #203337. Grayscale: #D1D1D1. Windows color (decimal): -2110264 or 13159647. OLE color: 13159647.

HSL color Cylindrical-coordinate representation of color #DFCCC8: hue angle of 10.43º 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 #DFCCC8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223204200-
CMYK00.090.100.13
HSL10.43º26.44%82.94%-
HSV(B)10.43º10.31%87.45%-
XYZ62.4563.0463.52-
YUV209.22122.79137.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 200 (78.52% from 255) = 31.90%
R=35.57%
G=32.54%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320420000.090.100.1310.4326.4482.94
HexDFCCC809ADa1a53
Octal33731431001112151232123
Binary11011111110011001100100001001101011011010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCC8; }

 p { color: rgb(223,204,200); }

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

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

 a { background-color: rgb(223,204,200); }

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

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

 span { border-color: rgb(223,204,200); }

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