#DCD1DE

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

Shades of Snuff #DCD1DE

Tints of Snuff #DCD1DE

Color information

#DCD1DE (or 0xDCD1DE) is unknown color: approx Snuff. HEX triplet: DC, D1 and DE. RGB value is (220,209,222). Sum of RGB (Red+Green+Blue) = 220+209+222=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1DE is #232E21. Grayscale: #D5D5D5. Windows color (decimal): -2305570 or 14602716. OLE color: 14602716.

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

Color convert

RGB220209222-
CMYK0.010.0600.13
HSL290.77º16.46%84.51%-
HSV(B)290.77º5.86%87.06%-
XYZ65.566.0978.41-
YUV213.77132.64132.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=33.79%
G=32.10%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202092220.010.0600.13290.7716.4684.51
HexDCD1DE160D1231055
Octal3343213361601544320125
Binary110111001101000111011110111001101100100011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1DE; }

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

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

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

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

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

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

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

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