Html Css Color HEX #DBAAE7 Plum

📋 copy color: '#DBAAE7'

red 219 ◦ green 170 ◦ blue 231

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

Shades of Plum #DBAAE7

Tints of Plum #DBAAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 35.32%
G = 27.42%
B = 37.26%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBAAE7 (or 0xDBAAE7) is known color: Plum. HEX triplet: DB, AA and E7. RGB value is (219,170,231). Sum of RGB (Red+Green+Blue) = 219+170+231=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAE7 is #245518. Grayscale: #BFBFBF. Windows color (decimal): -2381081 or 15182555. OLE color: 15182555.

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

Color convert

RGB 219 170 231 -
CMYK 0.05 0.26 0 0.09
HSL 288.2º 0.56% 0.79% -
HSV(B) 288.2º 0.26% 0.91% -
XYZ 58.01 49.58 82.11 -
YUV 191.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 219 170 231 0.05 0.26 0 0.09 288.2 0.56 0.79
Hex DB AA E7 5 1A 0 9 120 38 4F
Octal 333 252 347 5 32 0 11 440 70 117
Binary 11011011 10101010 11100111 101 11010 0 1001 100100000 111000 1001111

Color Harmonies of #DBAAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAE7

Black with #DBAAE7

Text Example


Text Example

White with #DBAAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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