Html Css Color HEX #D9AAEE Mauve

📋 copy color: '#D9AAEE'

red 217 ◦ green 170 ◦ blue 238

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

Shades of Mauve #D9AAEE

Tints of Mauve #D9AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.08%

R = 34.72%
G = 27.2%
B = 38.08%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9AAEE (or 0xD9AAEE) is known color: Mauve. HEX triplet: D9, AA and EE. RGB value is (217,170,238). Sum of RGB (Red+Green+Blue) = 217+170+238=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAEE is #265511. Grayscale: #BFBFBF. Windows color (decimal): -2512146 or 15641305. OLE color: 15641305.

HSL color Cylindrical-coordinate representation of color #D9AAEE: hue angle of 281.47º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9AAEE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 170 238 -
CMYK 0.09 0.29 0 0.07
HSL 281.47º 0.67% 0.8% -
HSV(B) 281.47º 0.29% 0.93% -
XYZ 58.42 49.67 87.4 -
YUV 191.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 217 170 238 0.09 0.29 0 0.07 281.47 0.67 0.8
Hex D9 AA EE 9 1D 0 7 119 43 50
Octal 331 252 356 11 35 0 7 431 103 120
Binary 11011001 10101010 11101110 1001 11101 0 111 100011001 1000011 1010000

Color Harmonies of #D9AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAEE

Black with #D9AAEE

Text Example


Text Example

White with #D9AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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