Html Css Color HEX #DBAAE5 Plum

📋 copy color: '#DBAAE5'

red 219 ◦ green 170 ◦ blue 229

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

Shades of Plum #DBAAE5

Tints of Plum #DBAAE5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.51%

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

R = 35.44%
G = 27.51%
B = 37.06%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBAAE5 (or 0xDBAAE5) is known color: Plum. HEX triplet: DB, AA and E5. RGB value is (219,170,229). Sum of RGB (Red+Green+Blue) = 219+170+229=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAE5 is #24551A. Grayscale: #BFBFBF. Windows color (decimal): -2381083 or 15051483. OLE color: 15051483.

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

Color convert

RGB 219 170 229 -
CMYK 0.04 0.26 0 0.10
HSL 289.83º 0.53% 0.78% -
HSV(B) 289.83º 0.26% 0.9% -
XYZ 57.73 49.47 80.63 -
YUV 191.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 219 170 229 0.04 0.26 0 0.10 289.83 0.53 0.78
Hex DB AA E5 4 1A 0 A 122 35 4E
Octal 333 252 345 4 32 0 12 442 65 116
Binary 11011011 10101010 11100101 100 11010 0 1010 100100010 110101 1001110

Color Harmonies of #DBAAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAE5

Black with #DBAAE5

Text Example


Text Example

White with #DBAAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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