#DCD0DD

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

Shades of Snuff #DCD0DD

Tints of Snuff #DCD0DD

Color information

#DCD0DD (or 0xDCD0DD) is unknown color: approx Snuff. HEX triplet: DC, D0 and DD. RGB value is (220,208,221). Sum of RGB (Red+Green+Blue) = 220+208+221=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0DD is #232F22. Grayscale: #D5D5D5. Windows color (decimal): -2305827 or 14536924. OLE color: 14536924.

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

Color convert

RGB220208221-
CMYK0.000.0600.13
HSL295.38º16.05%84.12%-
HSV(B)295.38º5.88%86.67%-
XYZ65.1265.5577.63-
YUV213.07132.48132.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 208 (81.64% from 255) = 32.05%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=33.90%
G=32.05%
B=34.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202082210.000.0600.13295.3816.0584.12
HexDCD0DD060D1271054
Octal3343203350601544720124
Binary110111001101000011011101011001101100100111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD0DD; }

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

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

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

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

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

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

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

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