Html Css Color HEX #D7AAE0 Plum

📋 copy color: '#D7AAE0'

red 215 ◦ green 170 ◦ blue 224

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

Shades of Plum #D7AAE0

Tints of Plum #D7AAE0

RGB

 RED value IS 215 (84.38% from 255) = 35.3%

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

 BLUE value IS 224 (87.89% from 255) = 36.78%

R = 35.3%
G = 27.91%
B = 36.78%

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

#D7AAE0 (or 0xD7AAE0) is known color: Plum. HEX triplet: D7, AA and E0. RGB value is (215,170,224). Sum of RGB (Red+Green+Blue) = 215+170+224=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAE0 is #28551F. Grayscale: #BDBDBD. Windows color (decimal): -2643232 or 14723799. OLE color: 14723799.

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

Color convert

RGB 215 170 224 -
CMYK 0.04 0.24 0 0.12
HSL 290º 0.47% 0.77% -
HSV(B) 290º 0.24% 0.88% -
XYZ 55.85 48.58 76.95 -
YUV 189.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 215 170 224 0.04 0.24 0 0.12 290 0.47 0.77
Hex D7 AA E0 4 18 0 C 122 2F 4D
Octal 327 252 340 4 30 0 14 442 57 115
Binary 11010111 10101010 11100000 100 11000 0 1100 100100010 101111 1001101

Color Harmonies of #D7AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAE0

Black with #D7AAE0

Text Example


Text Example

White with #D7AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAE0; }

 p { color: rgb(215,170,224); }

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

background-color css

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

 a { background-color: rgb(215,170,224); }

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

border-color css

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

 span { border-color: rgb(215,170,224); }

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