Html Css Color HEX #DBACDC Plum

📋 copy color: '#DBACDC'

red 219 ◦ green 172 ◦ blue 220

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

Shades of Plum #DBACDC

Tints of Plum #DBACDC

RGB

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

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

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

R = 35.84%
G = 28.15%
B = 36.01%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBACDC (or 0xDBACDC) is known color: Plum. HEX triplet: DB, AC and DC. RGB value is (219,172,220). Sum of RGB (Red+Green+Blue) = 219+172+220=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDC is #245323. Grayscale: #BFBFBF. Windows color (decimal): -2380580 or 14462171. OLE color: 14462171.

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

Color convert

RGB 219 172 220 -
CMYK 0.00 0.22 0 0.14
HSL 298.75º 0.41% 0.77% -
HSV(B) 298.75º 0.22% 0.86% -
XYZ 56.88 49.73 74.31 -
YUV 191.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 219 172 220 0.00 0.22 0 0.14 298.75 0.41 0.77
Hex DB AC DC 0 16 0 E 12B 29 4D
Octal 333 254 334 0 26 0 16 453 51 115
Binary 11011011 10101100 11011100 0 10110 0 1110 100101011 101001 1001101

Color Harmonies of #DBACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACDC

Black with #DBACDC

Text Example


Text Example

White with #DBACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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