#DFCCC6

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

Shades of Dust Storm #DFCCC6

Tints of Dust Storm #DFCCC6

Color information

#DFCCC6 (or 0xDFCCC6) is unknown color: approx Dust Storm. HEX triplet: DF, CC and C6. RGB value is (223,204,198). Sum of RGB (Red+Green+Blue) = 223+204+198=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC6 is #203339. Grayscale: #D1D1D1. Windows color (decimal): -2110266 or 13028575. OLE color: 13028575.

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

Color convert

RGB223204198-
CMYK00.090.110.13
HSL14.4º28.09%82.55%-
HSV(B)14.4º11.21%87.45%-
XYZ62.2262.9562.3-
YUV209121.79137.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=35.68%
G=32.64%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320419800.090.110.1314.428.0982.55
HexDFCCC609BDe1c53
Octal33731430601113151634123
Binary11011111110011001100011001001101111011110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCC6; }

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

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

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

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

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

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

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

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