Html Css Color HEX #DBAADC Plum

📋 copy color: '#DBAADC'

red 219 ◦ green 170 ◦ blue 220

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

Shades of Plum #DBAADC

Tints of Plum #DBAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 35.96%
G = 27.91%
B = 36.12%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBAADC (or 0xDBAADC) is known color: Plum. HEX triplet: DB, AA and DC. RGB value is (219,170,220). Sum of RGB (Red+Green+Blue) = 219+170+220=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAADC is #245523. Grayscale: #BEBEBE. Windows color (decimal): -2381092 or 14461659. OLE color: 14461659.

HSL color Cylindrical-coordinate representation of color #DBAADC: hue angle of 298.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBAADC is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 220 -
CMYK 0.00 0.23 0 0.14
HSL 298.8º 0.42% 0.76% -
HSV(B) 298.8º 0.23% 0.86% -
XYZ 56.51 48.98 74.19 -
YUV 190.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 219 170 220 0.00 0.23 0 0.14 298.8 0.42 0.76
Hex DB AA DC 0 17 0 E 12B 2A 4C
Octal 333 252 334 0 27 0 16 453 52 114
Binary 11011011 10101010 11011100 0 10111 0 1110 100101011 101010 1001100

Color Harmonies of #DBAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAADC

Black with #DBAADC

Text Example


Text Example

White with #DBAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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