Html Css Color HEX #D8AAE2 Plum

📋 copy color: '#D8AAE2'

red 216 ◦ green 170 ◦ blue 226

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

Shades of Plum #D8AAE2

Tints of Plum #D8AAE2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.78%

 BLUE value IS 226 (88.67% from 255) = 36.93%

R = 35.29%
G = 27.78%
B = 36.93%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D8AAE2 (or 0xD8AAE2) is known color: Plum. HEX triplet: D8, AA and E2. RGB value is (216,170,226). Sum of RGB (Red+Green+Blue) = 216+170+226=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #D8AAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAE2 is #27551D. Grayscale: #BDBDBD. Windows color (decimal): -2577694 or 14854872. OLE color: 14854872.

HSL color Cylindrical-coordinate representation of color #D8AAE2: hue angle of 289.29º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8AAE2 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 170 226 -
CMYK 0.04 0.25 0 0.11
HSL 289.29º 0.49% 0.78% -
HSV(B) 289.29º 0.25% 0.89% -
XYZ 56.42 48.84 78.4 -
YUV 190.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 216 170 226 0.04 0.25 0 0.11 289.29 0.49 0.78
Hex D8 AA E2 4 19 0 B 121 31 4E
Octal 330 252 342 4 31 0 13 441 61 116
Binary 11011000 10101010 11100010 100 11001 0 1011 100100001 110001 1001110

Color Harmonies of #D8AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAE2

Black with #D8AAE2

Text Example


Text Example

White with #D8AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAE2; }

 p { color: rgb(216,170,226); }

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

background-color css

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

 a { background-color: rgb(216,170,226); }

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

border-color css

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

 span { border-color: rgb(216,170,226); }

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