#DBB0E1

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

Shades of Plum #DBB0E1

Tints of Plum #DBB0E1

Color information

#DBB0E1 (or 0xDBB0E1) is unknown color: approx Plum. HEX triplet: DB, B0 and E1. RGB value is (219,176,225). Sum of RGB (Red+Green+Blue) = 219+176+225=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0E1 is #244F1E. Grayscale: #C2C2C2. Windows color (decimal): -2379551 or 14790875. OLE color: 14790875.

HSL color Cylindrical-coordinate representation of color #DBB0E1: hue angle of 292.65º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB0E1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219176225-
CMYK0.030.2200.12
HSL292.65º44.95%78.63%-
HSV(B)292.65º21.78%88.24%-
XYZ58.3351.5578.11-
YUV194.44145.25145.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 176 (69.14% from 255) = 28.39%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=35.32%
G=28.39%
B=36.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191762250.030.2200.12292.6544.9578.63
HexDBB0E13160C1252d4f
Octal33326034132601444555117
Binary1101101110110000111000011110110011001001001011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0E1; }

 p { color: rgb(219,176,225); }

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

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

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

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

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

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

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