#DBD3DC

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

Shades of Snuff #DBD3DC

Tints of Snuff #DBD3DC

Color information

#DBD3DC (or 0xDBD3DC) is unknown color: approx Snuff. HEX triplet: DB, D3 and DC. RGB value is (219,211,220). Sum of RGB (Red+Green+Blue) = 219+211+220=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DC is #242C23. Grayscale: #D6D6D6. Windows color (decimal): -2370596 or 14472155. OLE color: 14472155.

HSL color Cylindrical-coordinate representation of color #DBD3DC: hue angle of 293.33º 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 #DBD3DC is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219211220-
CMYK0.000.0400.14
HSL293.33º11.39%84.51%-
HSV(B)293.33º4.09%86.27%-
XYZ65.4366.8277.16-
YUV214.42131.15131.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=33.69%
G=32.46%
B=33.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192112200.000.0400.14293.3311.3984.51
HexDBD3DC040E125b55
Octal3333233340401644513125
Binary11011011110100111101110001000111010010010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3DC; }

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

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

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

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

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

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

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

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