Html Css Color HEX #DBABE4 Plum

📋 copy color: '#DBABE4'

red 219 ◦ green 171 ◦ blue 228

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

Shades of Plum #DBABE4

Tints of Plum #DBABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 35.44%
G = 27.67%
B = 36.89%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBABE4 (or 0xDBABE4) is known color: Plum. HEX triplet: DB, AB and E4. RGB value is (219,171,228). Sum of RGB (Red+Green+Blue) = 219+171+228=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABE4 is #24541B. Grayscale: #BFBFBF. Windows color (decimal): -2380828 or 14986203. OLE color: 14986203.

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

Color convert

RGB 219 171 228 -
CMYK 0.04 0.25 0 0.11
HSL 290.53º 0.51% 0.78% -
HSV(B) 290.53º 0.25% 0.89% -
XYZ 57.78 49.79 79.96 -
YUV 191.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 219 171 228 0.04 0.25 0 0.11 290.53 0.51 0.78
Hex DB AB E4 4 19 0 B 123 33 4E
Octal 333 253 344 4 31 0 13 443 63 116
Binary 11011011 10101011 11100100 100 11001 0 1011 100100011 110011 1001110

Color Harmonies of #DBABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABE4

Black with #DBABE4

Text Example


Text Example

White with #DBABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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