#DBD1D0

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

Shades of Light Grey #DBD1D0

Tints of Light Grey #DBD1D0

Color information

#DBD1D0 (or 0xDBD1D0) is unknown color: approx Light Grey. HEX triplet: DB, D1 and D0. RGB value is (219,209,208). Sum of RGB (Red+Green+Blue) = 219+209+208=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1D0 is #242E2F. Grayscale: #D3D3D3. Windows color (decimal): -2371120 or 13685211. OLE color: 13685211.

HSL color Cylindrical-coordinate representation of color #DBD1D0: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD1D0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219209208-
CMYK00.050.050.14
HSL5.45º13.25%83.73%-
HSV(B)5.45º5.02%85.88%-
XYZ63.465.2268.92-
YUV211.88125.81133.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=34.43%
G=32.86%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920920800.050.050.145.4513.2583.73
HexDBD1D0055E5d54
Octal33332132005516515124
Binary1101101111010001110100000101101111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1D0; }

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

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

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

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

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

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

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

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