#DBD5D7

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

Shades of Prim #DBD5D7

Tints of Prim #DBD5D7

Color information

#DBD5D7 (or 0xDBD5D7) is unknown color: approx Prim. HEX triplet: DB, D5 and D7. RGB value is (219,213,215). Sum of RGB (Red+Green+Blue) = 219+213+215=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D7 is #242A28. Grayscale: #D7D7D7. Windows color (decimal): -2370089 or 14144987. OLE color: 14144987.

HSL color Cylindrical-coordinate representation of color #DBD5D7: hue angle of 340º degrees, saturation: 0.08, 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 #DBD5D7 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB219213215-
CMYK00.030.020.14
HSL340º7.69%84.71%-
HSV(B)340º2.74%85.88%-
XYZ65.2767.5573.89-
YUV215.02127.99130.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 213 (83.59% from 255) = 32.92%
BLUE value IS 215 (84.38% from 255) = 33.23%
R=33.85%
G=32.92%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921321500.030.020.143407.6984.71
HexDBD5D7032E154855
Octal3333253270321652410125
Binary11011011110101011101011101110111010101010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5D7; }

 p { color: rgb(219,213,215); }

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

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

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

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

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

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

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