#DDCCC8

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

Shades of Dust Storm #DDCCC8

Tints of Dust Storm #DDCCC8

Color information

#DDCCC8 (or 0xDDCCC8) is unknown color: approx Dust Storm. HEX triplet: DD, CC and C8. RGB value is (221,204,200). Sum of RGB (Red+Green+Blue) = 221+204+200=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCC8 is #223337. Grayscale: #D0D0D0. Windows color (decimal): -2241336 or 13159645. OLE color: 13159645.

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

Color convert

RGB221204200-
CMYK00.080.100.13
HSL11.43º23.6%82.55%-
HSV(B)11.43º9.5%86.67%-
XYZ61.8462.7363.49-
YUV208.63123.13136.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 200 (78.52% from 255) = 32%
R=35.36%
G=32.64%
B=32%

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
Decimal22120420000.080.100.1311.4323.682.55
HexDDCCC808ADb1853
Octal33531431001012151330123
Binary11011101110011001100100001000101011011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCC8; }

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

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

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

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

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

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

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

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