#DFCAC6

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

Shades of Dust Storm #DFCAC6

Tints of Dust Storm #DFCAC6

Color information

#DFCAC6 (or 0xDFCAC6) is unknown color: approx Dust Storm. HEX triplet: DF, CA and C6. RGB value is (223,202,198). Sum of RGB (Red+Green+Blue) = 223+202+198=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAC6 is #203539. Grayscale: #CFCFCF. Windows color (decimal): -2110778 or 13028063. OLE color: 13028063.

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

Color convert

RGB223202198-
CMYK00.090.110.13
HSL9.6º28.09%82.55%-
HSV(B)9.6º11.21%87.45%-
XYZ61.7462.0162.14-
YUV207.82122.46138.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=35.79%
G=32.42%
B=31.78%

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
Decimal22320219800.090.110.139.628.0982.55
HexDFCAC609BDa1c53
Octal33731230601113151234123
Binary11011111110010101100011001001101111011010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAC6; }

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

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

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

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

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

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

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

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