#DDCAC6

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

Shades of Dust Storm #DDCAC6

Tints of Dust Storm #DDCAC6

Color information

#DDCAC6 (or 0xDDCAC6) is unknown color: approx Dust Storm. HEX triplet: DD, CA and C6. RGB value is (221,202,198). Sum of RGB (Red+Green+Blue) = 221+202+198=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAC6 is #223539. Grayscale: #CFCFCF. Windows color (decimal): -2241850 or 13028061. OLE color: 13028061.

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

Color convert

RGB221202198-
CMYK00.090.100.13
HSL10.43º25.27%82.16%-
HSV(B)10.43º10.41%86.67%-
XYZ61.1361.6962.11-
YUV207.22122.79137.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=35.59%
G=32.53%
B=31.88%

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
Decimal22120219800.090.100.1310.4325.2782.16
HexDDCAC609ADa1952
Octal33531230601112151231122
Binary11011101110010101100011001001101011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAC6; }

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

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

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

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

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

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

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

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