Html Css Color HEX #DBACDD Plum

📋 copy color: '#DBACDD'

red 219 ◦ green 172 ◦ blue 221

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

Shades of Plum #DBACDD

Tints of Plum #DBACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.1%

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

R = 35.78%
G = 28.1%
B = 36.11%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBACDD (or 0xDBACDD) is known color: Plum. HEX triplet: DB, AC and DD. RGB value is (219,172,221). Sum of RGB (Red+Green+Blue) = 219+172+221=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDD is #245322. Grayscale: #BFBFBF. Windows color (decimal): -2380579 or 14527707. OLE color: 14527707.

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

Color convert

RGB 219 172 221 -
CMYK 0.01 0.22 0 0.13
HSL 297.55º 0.42% 0.77% -
HSV(B) 297.55º 0.22% 0.87% -
XYZ 57.02 49.79 75.01 -
YUV 191.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 219 172 221 0.01 0.22 0 0.13 297.55 0.42 0.77
Hex DB AC DD 1 16 0 D 12A 2A 4D
Octal 333 254 335 1 26 0 15 452 52 115
Binary 11011011 10101100 11011101 1 10110 0 1101 100101010 101010 1001101

Color Harmonies of #DBACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACDD

Black with #DBACDD

Text Example


Text Example

White with #DBACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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