Html Css Color HEX #DBAAE3 Plum

📋 copy color: '#DBAAE3'

red 219 ◦ green 170 ◦ blue 227

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

Shades of Plum #DBAAE3

Tints of Plum #DBAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.85%

R = 35.55%
G = 27.6%
B = 36.85%

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

#DBAAE3 (or 0xDBAAE3) is known color: Plum. HEX triplet: DB, AA and E3. RGB value is (219,170,227). Sum of RGB (Red+Green+Blue) = 219+170+227=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBAAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAE3 is #24551C. Grayscale: #BEBEBE. Windows color (decimal): -2381085 or 14920411. OLE color: 14920411.

HSL color Cylindrical-coordinate representation of color #DBAAE3: hue angle of 291.58º degrees, saturation: 0.5, 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 #DBAAE3 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 170 227 -
CMYK 0.04 0.25 0 0.11
HSL 291.58º 0.5% 0.78% -
HSV(B) 291.58º 0.25% 0.89% -
XYZ 57.45 49.36 79.17 -
YUV 191.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 219 170 227 0.04 0.25 0 0.11 291.58 0.5 0.78
Hex DB AA E3 4 19 0 B 124 32 4E
Octal 333 252 343 4 31 0 13 444 62 116
Binary 11011011 10101010 11100011 100 11001 0 1011 100100100 110010 1001110

Color Harmonies of #DBAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAE3

Black with #DBAAE3

Text Example


Text Example

White with #DBAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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