#DBD1D5

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

Shades of Prim #DBD1D5

Tints of Prim #DBD1D5

Color information

#DBD1D5 (or 0xDBD1D5) is unknown color: approx Prim. HEX triplet: DB, D1 and D5. RGB value is (219,209,213). Sum of RGB (Red+Green+Blue) = 219+209+213=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1D5 is #242E2A. Grayscale: #D4D4D4. Windows color (decimal): -2371115 or 14012891. OLE color: 14012891.

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

Color convert

RGB219209213-
CMYK00.050.030.14
HSL336º12.2%83.92%-
HSV(B)336º4.57%85.88%-
XYZ64.0265.4772.21-
YUV212.45128.31132.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 213 (83.59% from 255) = 33.23%
R=34.17%
G=32.61%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920921300.050.030.1433612.283.92
HexDBD1D5053E150c54
Octal3333213250531652014124
Binary110110111101000111010101010111111010101000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1D5; }

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

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

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

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

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

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

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

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