#DBD2D5

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

Shades of Prim #DBD2D5

Tints of Prim #DBD2D5

Color information

#DBD2D5 (or 0xDBD2D5) is unknown color: approx Prim. HEX triplet: DB, D2 and D5. RGB value is (219,210,213). Sum of RGB (Red+Green+Blue) = 219+210+213=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2D5 is #242D2A. Grayscale: #D5D5D5. Windows color (decimal): -2370859 or 14013147. OLE color: 14013147.

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

Color convert

RGB219210213-
CMYK00.040.030.14
HSL340º11.11%84.12%-
HSV(B)340º4.11%85.88%-
XYZ64.2765.9672.29-
YUV213.03127.98132.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=34.11%
G=32.71%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921021300.040.030.1434011.1184.12
HexDBD2D5043E154b54
Octal3333223250431652413124
Binary110110111101001011010101010011111010101010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2D5; }

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

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

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

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

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

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

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

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