#DCD3DC

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

Shades of Snuff #DCD3DC

Tints of Snuff #DCD3DC

Color information

#DCD3DC (or 0xDCD3DC) is unknown color: approx Snuff. HEX triplet: DC, D3 and DC. RGB value is (220,211,220). Sum of RGB (Red+Green+Blue) = 220+211+220=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3DC is #232C23. Grayscale: #D6D6D6. Windows color (decimal): -2305060 or 14472156. OLE color: 14472156.

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

Color convert

RGB220211220-
CMYK00.0400.14
HSL300º11.39%84.51%-
HSV(B)300º4.09%86.27%-
XYZ65.7366.9777.17-
YUV214.72130.98131.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=33.79%
G=32.41%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021122000.0400.1430011.3984.51
HexDCD3DC040E12cb55
Octal3343233340401645413125
Binary11011100110100111101110001000111010010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD3DC; }

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

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

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

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

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

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

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

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