#DCD1DC

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

Shades of Snuff #DCD1DC

Tints of Snuff #DCD1DC

Color information

#DCD1DC (or 0xDCD1DC) is unknown color: approx Snuff. HEX triplet: DC, D1 and DC. RGB value is (220,209,220). Sum of RGB (Red+Green+Blue) = 220+209+220=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1DC is #232E23. Grayscale: #D5D5D5. Windows color (decimal): -2305572 or 14471644. OLE color: 14471644.

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

Color convert

RGB220209220-
CMYK00.0500.14
HSL300º13.58%84.12%-
HSV(B)300º5%86.27%-
XYZ65.2365.9877.01-
YUV213.54131.64132.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=33.90%
G=32.20%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020922000.0500.1430013.5884.12
HexDCD1DC050E12ce54
Octal3343213340501645416124
Binary11011100110100011101110001010111010010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1DC; }

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

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

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

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

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

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

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

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