Html Css Color HEX #DBACDF Plum

📋 copy color: '#DBACDF'

red 219 ◦ green 172 ◦ blue 223

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

Shades of Plum #DBACDF

Tints of Plum #DBACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 35.67%
G = 28.01%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBACDF (or 0xDBACDF) is known color: Plum. HEX triplet: DB, AC and DF. RGB value is (219,172,223). Sum of RGB (Red+Green+Blue) = 219+172+223=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDF is #245320. Grayscale: #BFBFBF. Windows color (decimal): -2380577 or 14658779. OLE color: 14658779.

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

Color convert

RGB 219 172 223 -
CMYK 0.02 0.23 0 0.13
HSL 295.29º 0.44% 0.77% -
HSV(B) 295.29º 0.23% 0.87% -
XYZ 57.29 49.89 76.42 -
YUV 191.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 219 172 223 0.02 0.23 0 0.13 295.29 0.44 0.77
Hex DB AC DF 2 17 0 D 127 2C 4D
Octal 333 254 337 2 27 0 15 447 54 115
Binary 11011011 10101100 11011111 10 10111 0 1101 100100111 101100 1001101

Color Harmonies of #DBACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACDF

Black with #DBACDF

Text Example


Text Example

White with #DBACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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