Html Css Color HEX #DBACDE Plum

📋 copy color: '#DBACDE'

red 219 ◦ green 172 ◦ blue 222

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

Shades of Plum #DBACDE

Tints of Plum #DBACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 35.73%
G = 28.06%
B = 36.22%

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

#DBACDE (or 0xDBACDE) is known color: Plum. HEX triplet: DB, AC and DE. RGB value is (219,172,222). Sum of RGB (Red+Green+Blue) = 219+172+222=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDE is #245321. Grayscale: #BFBFBF. Windows color (decimal): -2380578 or 14593243. OLE color: 14593243.

HSL color Cylindrical-coordinate representation of color #DBACDE: hue angle of 296.4º 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 #DBACDE is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 172 222 -
CMYK 0.01 0.23 0 0.13
HSL 296.4º 0.43% 0.77% -
HSV(B) 296.4º 0.23% 0.87% -
XYZ 57.15 49.84 75.71 -
YUV 191.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 219 172 222 0.01 0.23 0 0.13 296.4 0.43 0.77
Hex DB AC DE 1 17 0 D 128 2B 4D
Octal 333 254 336 1 27 0 15 450 53 115
Binary 11011011 10101100 11011110 1 10111 0 1101 100101000 101011 1001101

Color Harmonies of #DBACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACDE

Black with #DBACDE

Text Example


Text Example

White with #DBACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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