Html Css Color HEX #D9AAFE Mauve

📋 copy color: '#D9AAFE'

red 217 ◦ green 170 ◦ blue 254

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

Shades of Mauve #D9AAFE

Tints of Mauve #D9AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 33.85%
G = 26.52%
B = 39.63%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9AAFE (or 0xD9AAFE) is known color: Mauve. HEX triplet: D9, AA and FE. RGB value is (217,170,254). Sum of RGB (Red+Green+Blue) = 217+170+254=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAFE is #265501. Grayscale: #C1C1C1. Windows color (decimal): -2512130 or 16689881. OLE color: 16689881.

HSL color Cylindrical-coordinate representation of color #D9AAFE: hue angle of 273.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9AAFE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 170 254 -
CMYK 0.15 0.33 0 0.00
HSL 273.57º 0.98% 0.83% -
HSV(B) 273.57º 0.33% 1% -
XYZ 60.88 50.66 100.34 -
YUV 193.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 217 170 254 0.15 0.33 0 0.00 273.57 0.98 0.83
Hex D9 AA FE F 21 0 0 112 62 53
Octal 331 252 376 17 41 0 0 422 142 123
Binary 11011001 10101010 11111110 1111 100001 0 0 100010010 1100010 1010011

Color Harmonies of #D9AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAFE

Black with #D9AAFE

Text Example


Text Example

White with #D9AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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