Html Css Color HEX #DBABE5 Plum

📋 copy color: '#DBABE5'

red 219 ◦ green 171 ◦ blue 229

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

Shades of Plum #DBABE5

Tints of Plum #DBABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37%

R = 35.38%
G = 27.63%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBABE5 (or 0xDBABE5) is known color: Plum. HEX triplet: DB, AB and E5. RGB value is (219,171,229). Sum of RGB (Red+Green+Blue) = 219+171+229=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE5 is #24541A. Grayscale: #BFBFBF. Windows color (decimal): -2380827 or 15051739. OLE color: 15051739.

HSL color Cylindrical-coordinate representation of color #DBABE5: hue angle of 289.66º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBABE5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 171 229 -
CMYK 0.04 0.25 0 0.10
HSL 289.66º 0.53% 0.78% -
HSV(B) 289.66º 0.25% 0.9% -
XYZ 57.92 49.84 80.7 -
YUV 191.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 219 171 229 0.04 0.25 0 0.10 289.66 0.53 0.78
Hex DB AB E5 4 19 0 A 122 35 4E
Octal 333 253 345 4 31 0 12 442 65 116
Binary 11011011 10101011 11100101 100 11001 0 1010 100100010 110101 1001110

Color Harmonies of #DBABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABE5

Black with #DBABE5

Text Example


Text Example

White with #DBABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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