#DBD0DD

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

Shades of Snuff #DBD0DD

Tints of Snuff #DBD0DD

Color information

#DBD0DD (or 0xDBD0DD) is unknown color: approx Snuff. HEX triplet: DB, D0 and DD. RGB value is (219,208,221). Sum of RGB (Red+Green+Blue) = 219+208+221=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0DD is #242F22. Grayscale: #D4D4D4. Windows color (decimal): -2371363 or 14536923. OLE color: 14536923.

HSL color Cylindrical-coordinate representation of color #DBD0DD: hue angle of 290.77º 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 #DBD0DD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219208221-
CMYK0.010.0600.13
HSL290.77º16.05%84.12%-
HSV(B)290.77º5.88%86.67%-
XYZ64.8265.3977.61-
YUV212.77132.64132.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 221 (86.72% from 255) = 34.10%
R=33.80%
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
Decimal2192082210.010.0600.13290.7716.0584.12
HexDBD0DD160D1231054
Octal3333203351601544320124
Binary110110111101000011011101111001101100100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0DD; }

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

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

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

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

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

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

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

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