Html Css Color HEX #D9AAF2 Mauve

📋 copy color: '#D9AAF2'

red 217 ◦ green 170 ◦ blue 242

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

Shades of Mauve #D9AAF2

Tints of Mauve #D9AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 34.5%
G = 27.03%
B = 38.47%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9AAF2 (or 0xD9AAF2) is known color: Mauve. HEX triplet: D9, AA and F2. RGB value is (217,170,242). Sum of RGB (Red+Green+Blue) = 217+170+242=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAF2 is #26550D. Grayscale: #C0C0C0. Windows color (decimal): -2512142 or 15903449. OLE color: 15903449.

HSL color Cylindrical-coordinate representation of color #D9AAF2: hue angle of 279.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9AAF2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 170 242 -
CMYK 0.10 0.30 0 0.05
HSL 279.17º 0.73% 0.81% -
HSV(B) 279.17º 0.3% 0.95% -
XYZ 59.02 49.91 90.53 -
YUV 192.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 217 170 242 0.10 0.30 0 0.05 279.17 0.73 0.81
Hex D9 AA F2 A 1E 0 5 117 49 51
Octal 331 252 362 12 36 0 5 427 111 121
Binary 11011001 10101010 11110010 1010 11110 0 101 100010111 1001001 1010001

Color Harmonies of #D9AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAF2

Black with #D9AAF2

Text Example


Text Example

White with #D9AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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