Html Css Color HEX #DBABE0 Plum

📋 copy color: '#DBABE0'

red 219 ◦ green 171 ◦ blue 224

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

Shades of Plum #DBABE0

Tints of Plum #DBABE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.48%

R = 35.67%
G = 27.85%
B = 36.48%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBABE0 (or 0xDBABE0) is known color: Plum. HEX triplet: DB, AB and E0. RGB value is (219,171,224). Sum of RGB (Red+Green+Blue) = 219+171+224=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE0 is #24541F. Grayscale: #BFBFBF. Windows color (decimal): -2380832 or 14724059. OLE color: 14724059.

HSL color Cylindrical-coordinate representation of color #DBABE0: hue angle of 294.34º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBABE0 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 171 224 -
CMYK 0.02 0.24 0 0.12
HSL 294.34º 0.46% 0.77% -
HSV(B) 294.34º 0.24% 0.88% -
XYZ 57.23 49.57 77.07 -
YUV 191.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 219 171 224 0.02 0.24 0 0.12 294.34 0.46 0.77
Hex DB AB E0 2 18 0 C 126 2E 4D
Octal 333 253 340 2 30 0 14 446 56 115
Binary 11011011 10101011 11100000 10 11000 0 1100 100100110 101110 1001101

Color Harmonies of #DBABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABE0

Black with #DBABE0

Text Example


Text Example

White with #DBABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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