Html Css Color HEX #DBACE9 Plum

📋 copy color: '#DBACE9'

red 219 ◦ green 172 ◦ blue 233

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

Shades of Plum #DBACE9

Tints of Plum #DBACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.34%

R = 35.1%
G = 27.56%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBACE9 (or 0xDBACE9) is known color: Plum. HEX triplet: DB, AC and E9. RGB value is (219,172,233). Sum of RGB (Red+Green+Blue) = 219+172+233=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACE9 is #245316. Grayscale: #C0C0C0. Windows color (decimal): -2380567 or 15314139. OLE color: 15314139.

HSL color Cylindrical-coordinate representation of color #DBACE9: hue angle of 286.23º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBACE9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 172 233 -
CMYK 0.06 0.26 0 0.09
HSL 286.23º 0.58% 0.79% -
HSV(B) 286.23º 0.26% 0.91% -
XYZ 58.67 50.45 83.74 -
YUV 193.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 219 172 233 0.06 0.26 0 0.09 286.23 0.58 0.79
Hex DB AC E9 6 1A 0 9 11E 3A 4F
Octal 333 254 351 6 32 0 11 436 72 117
Binary 11011011 10101100 11101001 110 11010 0 1001 100011110 111010 1001111

Color Harmonies of #DBACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACE9

Black with #DBACE9

Text Example


Text Example

White with #DBACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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