Html Css Color HEX #D8ACE1 Plum

📋 copy color: '#D8ACE1'

red 216 ◦ green 172 ◦ blue 225

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

Shades of Plum #D8ACE1

Tints of Plum #D8ACE1

RGB

 RED value IS 216 (84.77% from 255) = 35.24%

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

 BLUE value IS 225 (88.28% from 255) = 36.7%

R = 35.24%
G = 28.06%
B = 36.7%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D8ACE1 (or 0xD8ACE1) is known color: Plum. HEX triplet: D8, AC and E1. RGB value is (216,172,225). Sum of RGB (Red+Green+Blue) = 216+172+225=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACE1 is #27531E. Grayscale: #BFBFBF. Windows color (decimal): -2577183 or 14789848. OLE color: 14789848.

HSL color Cylindrical-coordinate representation of color #D8ACE1: hue angle of 289.81º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8ACE1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 172 225 -
CMYK 0.04 0.24 0 0.12
HSL 289.81º 0.47% 0.78% -
HSV(B) 289.81º 0.24% 0.88% -
XYZ 56.66 49.54 77.81 -
YUV 191.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 216 172 225 0.04 0.24 0 0.12 289.81 0.47 0.78
Hex D8 AC E1 4 18 0 C 122 2F 4E
Octal 330 254 341 4 30 0 14 442 57 116
Binary 11011000 10101100 11100001 100 11000 0 1100 100100010 101111 1001110

Color Harmonies of #D8ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACE1

Black with #D8ACE1

Text Example


Text Example

White with #D8ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACE1; }

 p { color: rgb(216,172,225); }

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

background-color css

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

 a { background-color: rgb(216,172,225); }

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

border-color css

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

 span { border-color: rgb(216,172,225); }

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