Html Css Color HEX #DBB0E1 Plum

📋 copy color: '#DBB0E1'

red 219 ◦ green 176 ◦ blue 225

#DBB0E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DBB0E1

Tints of Plum #DBB0E1

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 value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBB0E1 (or 0xDBB0E1) is known color: 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

RGB 219 176 225 -
CMYK 0.03 0.22 0 0.12
HSL 292.65º 0.45% 0.79% -
HSV(B) 292.65º 0.22% 0.88% -
XYZ 58.33 51.55 78.11 -
YUV 194.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 219 176 225 0.03 0.22 0 0.12 292.65 0.45 0.79
Hex DB B0 E1 3 16 0 C 125 2D 4F
Octal 333 260 341 3 26 0 14 445 55 117
Binary 11011011 10110000 11100001 11 10110 0 1100 100100101 101101 1001111

Color Harmonies of #DBB0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0E1

Black with #DBB0E1

Text Example


Text Example

White with #DBB0E1

Text Example


Text Example

HTML Codes & Css Web 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>