Html Css Color HEX #DBACE5 Plum

📋 copy color: '#DBACE5'

red 219 ◦ green 172 ◦ blue 229

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

Shades of Plum #DBACE5

Tints of Plum #DBACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 35.32%
G = 27.74%
B = 36.94%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBACE5 (or 0xDBACE5) is known color: Plum. HEX triplet: DB, AC and E5. RGB value is (219,172,229). Sum of RGB (Red+Green+Blue) = 219+172+229=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE5 is #24531A. Grayscale: #C0C0C0. Windows color (decimal): -2380571 or 15051995. OLE color: 15051995.

HSL color Cylindrical-coordinate representation of color #DBACE5: hue angle of 289.47º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBACE5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 172 229 -
CMYK 0.04 0.25 0 0.10
HSL 289.47º 0.52% 0.79% -
HSV(B) 289.47º 0.25% 0.9% -
XYZ 58.11 50.22 80.76 -
YUV 192.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 219 172 229 0.04 0.25 0 0.10 289.47 0.52 0.79
Hex DB AC E5 4 19 0 A 121 34 4F
Octal 333 254 345 4 31 0 12 441 64 117
Binary 11011011 10101100 11100101 100 11001 0 1010 100100001 110100 1001111

Color Harmonies of #DBACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACE5

Black with #DBACE5

Text Example


Text Example

White with #DBACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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