#DDDCDD

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

Shades of Snuff #DDDCDD

Tints of Snuff #DDDCDD

Color information

#DDDCDD (or 0xDDDCDD) is unknown color: approx Snuff. HEX triplet: DD, DC and DD. RGB value is (221,220,221). Sum of RGB (Red+Green+Blue) = 221+220+221=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDDCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDD is #222322. Grayscale: #DCDCDC. Windows color (decimal): -2237219 or 14539997. OLE color: 14539997.

HSL color Cylindrical-coordinate representation of color #DDDCDD: hue angle of 300º degrees, saturation: 0.01, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0%. Process color model (Four color, CMYK) of #DDDCDD is Cyan = 0, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221220221-
CMYK00.0000.13
HSL300º1.45%86.47%-
HSV(B)300º0.45%86.67%-
XYZ68.4671.7878.65-
YUV220.41128.33128.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=33.38%
G=33.23%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122022100.0000.133001.4586.47
HexDDDCDD000D12c156
Octal335334335000154541126
Binary110111011101110011011101000110110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDCDD; }

 p { color: rgb(221,220,221); }

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

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

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

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

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

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

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