Html Css Color HEX #DBAADD Plum

📋 copy color: '#DBAADD'

red 219 ◦ green 170 ◦ blue 221

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

Shades of Plum #DBAADD

Tints of Plum #DBAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 35.9%
G = 27.87%
B = 36.23%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBAADD (or 0xDBAADD) is known color: Plum. HEX triplet: DB, AA and DD. RGB value is (219,170,221). Sum of RGB (Red+Green+Blue) = 219+170+221=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAADD is #245522. Grayscale: #BEBEBE. Windows color (decimal): -2381091 or 14527195. OLE color: 14527195.

HSL color Cylindrical-coordinate representation of color #DBAADD: hue angle of 297.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBAADD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 170 221 -
CMYK 0.01 0.23 0 0.13
HSL 297.65º 0.43% 0.77% -
HSV(B) 297.65º 0.23% 0.87% -
XYZ 56.64 49.03 74.89 -
YUV 190.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 219 170 221 0.01 0.23 0 0.13 297.65 0.43 0.77
Hex DB AA DD 1 17 0 D 12A 2B 4D
Octal 333 252 335 1 27 0 15 452 53 115
Binary 11011011 10101010 11011101 1 10111 0 1101 100101010 101011 1001101

Color Harmonies of #DBAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAADD

Black with #DBAADD

Text Example


Text Example

White with #DBAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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