#DBD9DA

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

Shades of Prim #DBD9DA

Tints of Prim #DBD9DA

Color information

#DBD9DA (or 0xDBD9DA) is unknown color: approx Prim. HEX triplet: DB, D9 and DA. RGB value is (219,217,218). Sum of RGB (Red+Green+Blue) = 219+217+218=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9DA is #242625. Grayscale: #D9D9D9. Windows color (decimal): -2369062 or 14342619. OLE color: 14342619.

HSL color Cylindrical-coordinate representation of color #DBD9DA: hue angle of 330º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBD9DA is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219217218-
CMYK00.010.000.14
HSL330º2.7%85.49%-
HSV(B)330º0.91%85.88%-
XYZ66.6869.7576.28-
YUV217.71128.16128.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=33.49%
G=33.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921721800.010.000.143302.785.49
HexDBD9DA010E14a355
Octal333331332010165123125
Binary1101101111011001110110100101110101001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9DA; }

 p { color: rgb(219,217,218); }

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

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

 a { background-color: rgb(219,217,218); }

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

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

 span { border-color: rgb(219,217,218); }

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