Html Css Color HEX #D9AAFF Mauve

📋 copy color: '#D9AAFF'

red 217 ◦ green 170 ◦ blue 255

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

Shades of Mauve #D9AAFF

Tints of Mauve #D9AAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 33.8%
G = 26.48%
B = 39.72%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9AAFF (or 0xD9AAFF) is known color: Mauve. HEX triplet: D9, AA and FF. RGB value is (217,170,255). Sum of RGB (Red+Green+Blue) = 217+170+255=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAFF is #265500. Grayscale: #C1C1C1. Windows color (decimal): -2512129 or 16755417. OLE color: 16755417.

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

Color convert

RGB 217 170 255 -
CMYK 0.15 0.33 0 0
HSL 273.18º 1% 0.83% -
HSV(B) 273.18º 0.33% 1% -
XYZ 61.04 50.72 101.18 -
YUV 193.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 217 170 255 0.15 0.33 0 0 273.18 1 0.83
Hex D9 AA FF F 21 0 0 111 64 53
Octal 331 252 377 17 41 0 0 421 144 123
Binary 11011001 10101010 11111111 1111 100001 0 0 100010001 1100100 1010011

Color Harmonies of #D9AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAFF

Black with #D9AAFF

Text Example


Text Example

White with #D9AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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