Html Css Color HEX #DBABDC Plum

📋 copy color: '#DBABDC'

red 219 ◦ green 171 ◦ blue 220

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

Shades of Plum #DBABDC

Tints of Plum #DBABDC

RGB

 RED value IS 219 (85.94% from 255) = 35.9%

 GREEN value IS 171 (67.19% from 255) = 28.03%

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 35.9%
G = 28.03%
B = 36.07%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBABDC (or 0xDBABDC) is known color: Plum. HEX triplet: DB, AB and DC. RGB value is (219,171,220). Sum of RGB (Red+Green+Blue) = 219+171+220=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABDC is #245423. Grayscale: #BEBEBE. Windows color (decimal): -2380836 or 14461915. OLE color: 14461915.

HSL color Cylindrical-coordinate representation of color #DBABDC: hue angle of 298.78º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABDC is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 220 -
CMYK 0.00 0.22 0 0.14
HSL 298.78º 0.41% 0.77% -
HSV(B) 298.78º 0.22% 0.86% -
XYZ 56.69 49.35 74.25 -
YUV 190.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 219 171 220 0.00 0.22 0 0.14 298.78 0.41 0.77
Hex DB AB DC 0 16 0 E 12B 29 4D
Octal 333 253 334 0 26 0 16 453 51 115
Binary 11011011 10101011 11011100 0 10110 0 1110 100101011 101001 1001101

Color Harmonies of #DBABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABDC

Black with #DBABDC

Text Example


Text Example

White with #DBABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABDC; }

 p { color: rgb(219,171,220); }

 H1.HeaderClassName
 {
   color: #DBABDC;
 }
 .AnyTagClassName
 {
   color: #DBABDC;
 }
</style>

background-color css

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

 a { background-color: rgb(219,171,220); }

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

border-color css

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

 span { border-color: rgb(219,171,220); }

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