#DBCBDE

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

Shades of Snuff #DBCBDE

Tints of Snuff #DBCBDE

Color information

#DBCBDE (or 0xDBCBDE) is unknown color: approx Snuff. HEX triplet: DB, CB and DE. RGB value is (219,203,222). Sum of RGB (Red+Green+Blue) = 219+203+222=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBDE is #243421. Grayscale: #D1D1D1. Windows color (decimal): -2372642 or 14601179. OLE color: 14601179.

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

Color convert

RGB219203222-
CMYK0.010.0900.13
HSL290.53º22.35%83.33%-
HSV(B)290.53º8.56%87.06%-
XYZ63.7563.0577.92-
YUV209.95134.8134.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.01%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=34.01%
G=31.52%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192032220.010.0900.13290.5322.3583.33
HexDBCBDE190D1231653
Octal33331333611101544326123
Binary1101101111001011110111101100101101100100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBDE; }

 p { color: rgb(219,203,222); }

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

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

 a { background-color: rgb(219,203,222); }

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

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

 span { border-color: rgb(219,203,222); }

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