Html Css Color HEX #DBABE9 Plum

📋 copy color: '#DBABE9'

red 219 ◦ green 171 ◦ blue 233

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

Shades of Plum #DBABE9

Tints of Plum #DBABE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.4%

R = 35.15%
G = 27.45%
B = 37.4%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBABE9 (or 0xDBABE9) is known color: Plum. HEX triplet: DB, AB and E9. RGB value is (219,171,233). Sum of RGB (Red+Green+Blue) = 219+171+233=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABE9 is #245416. Grayscale: #C0C0C0. Windows color (decimal): -2380823 or 15313883. OLE color: 15313883.

HSL color Cylindrical-coordinate representation of color #DBABE9: hue angle of 286.45º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBABE9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 171 233 -
CMYK 0.06 0.27 0 0.09
HSL 286.45º 0.58% 0.79% -
HSV(B) 286.45º 0.27% 0.91% -
XYZ 58.48 50.07 83.67 -
YUV 192.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 219 171 233 0.06 0.27 0 0.09 286.45 0.58 0.79
Hex DB AB E9 6 1B 0 9 11E 3A 4F
Octal 333 253 351 6 33 0 11 436 72 117
Binary 11011011 10101011 11101001 110 11011 0 1001 100011110 111010 1001111

Color Harmonies of #DBABE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABE9

Black with #DBABE9

Text Example


Text Example

White with #DBABE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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