#DDCCC7

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

Shades of Dust Storm #DDCCC7

Tints of Dust Storm #DDCCC7

Color information

#DDCCC7 (or 0xDDCCC7) is unknown color: approx Dust Storm. HEX triplet: DD, CC and C7. RGB value is (221,204,199). Sum of RGB (Red+Green+Blue) = 221+204+199=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC7 is #223338. Grayscale: #D0D0D0. Windows color (decimal): -2241337 or 13094109. OLE color: 13094109.

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

Color convert

RGB221204199-
CMYK00.080.100.13
HSL13.64º24.44%82.35%-
HSV(B)13.64º9.95%86.67%-
XYZ61.7262.6862.88-
YUV208.51122.63136.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=35.42%
G=32.69%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120419900.080.100.1313.6424.4482.35
HexDDCCC708ADe1852
Octal33531430701012151630122
Binary11011101110011001100011101000101011011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCC7; }

 p { color: rgb(221,204,199); }

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

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

 a { background-color: rgb(221,204,199); }

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

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

 span { border-color: rgb(221,204,199); }

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