Html Css Color HEX #D9AAE4 Plum

📋 copy color: '#D9AAE4'

red 217 ◦ green 170 ◦ blue 228

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

Shades of Plum #D9AAE4

Tints of Plum #D9AAE4

RGB

 RED value IS 217 (85.16% from 255) = 35.28%

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

 BLUE value IS 228 (89.45% from 255) = 37.07%

R = 35.28%
G = 27.64%
B = 37.07%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9AAE4 (or 0xD9AAE4) is known color: Plum. HEX triplet: D9, AA and E4. RGB value is (217,170,228). Sum of RGB (Red+Green+Blue) = 217+170+228=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 228 - color contains mainly: blue. Hex color #D9AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAE4 is #26551B. Grayscale: #BEBEBE. Windows color (decimal): -2512156 or 14985945. OLE color: 14985945.

HSL color Cylindrical-coordinate representation of color #D9AAE4: hue angle of 288.62º degrees, saturation: 0.52, 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 #D9AAE4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 170 228 -
CMYK 0.05 0.25 0 0.11
HSL 288.62º 0.52% 0.78% -
HSV(B) 288.62º 0.25% 0.89% -
XYZ 56.99 49.1 79.87 -
YUV 190.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 217 170 228 0.05 0.25 0 0.11 288.62 0.52 0.78
Hex D9 AA E4 5 19 0 B 121 34 4E
Octal 331 252 344 5 31 0 13 441 64 116
Binary 11011001 10101010 11100100 101 11001 0 1011 100100001 110100 1001110

Color Harmonies of #D9AAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAE4

Black with #D9AAE4

Text Example


Text Example

White with #D9AAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAE4; }

 p { color: rgb(217,170,228); }

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

background-color css

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

 a { background-color: rgb(217,170,228); }

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

border-color css

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

 span { border-color: rgb(217,170,228); }

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