#DBD4D4

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

Shades of Light Grey #DBD4D4

Tints of Light Grey #DBD4D4

Color information

#DBD4D4 (or 0xDBD4D4) is unknown color: approx Light Grey. HEX triplet: DB, D4 and D4. RGB value is (219,212,212). Sum of RGB (Red+Green+Blue) = 219+212+212=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4D4 is #242B2B. Grayscale: #D6D6D6. Windows color (decimal): -2370348 or 13948123. OLE color: 13948123.

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

Color convert

RGB219212212-
CMYK00.030.030.14
HSL8.86%84.51%-
HSV(B)3.2%85.88%-
XYZ64.6466.971.79-
YUV214.09126.82131.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 212 (83.20% from 255) = 32.97%
BLUE value IS 212 (83.20% from 255) = 32.97%
R=34.06%
G=32.97%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921221200.030.030.1408.8684.51
HexDBD4D4033E0955
Octal33332432403316011125
Binary110110111101010011010100011111110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4D4; }

 p { color: rgb(219,212,212); }

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

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

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

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

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

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

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