Html Css Color HEX #D1AAF7 Mauve

📋 copy color: '#D1AAF7'

red 209 ◦ green 170 ◦ blue 247

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

Shades of Mauve #D1AAF7

Tints of Mauve #D1AAF7

RGB

 RED value IS 209 (82.03% from 255) = 33.39%

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

 BLUE value IS 247 (96.88% from 255) = 39.46%

R = 33.39%
G = 27.16%
B = 39.46%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D1AAF7 (or 0xD1AAF7) is known color: Mauve. HEX triplet: D1, AA and F7. RGB value is (209,170,247). Sum of RGB (Red+Green+Blue) = 209+170+247=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #D1AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAF7 is #2E5508. Grayscale: #BEBEBE. Windows color (decimal): -3036425 or 16231121. OLE color: 16231121.

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

Color convert

RGB 209 170 247 -
CMYK 0.15 0.31 0 0.03
HSL 270.39º 0.83% 0.82% -
HSV(B) 270.39º 0.31% 0.97% -
XYZ 57.46 49.02 94.43 -
YUV 190.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 209 170 247 0.15 0.31 0 0.03 270.39 0.83 0.82
Hex D1 AA F7 F 1F 0 3 10E 53 52
Octal 321 252 367 17 37 0 3 416 123 122
Binary 11010001 10101010 11110111 1111 11111 0 11 100001110 1010011 1010010

Color Harmonies of #D1AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAF7

Black with #D1AAF7

Text Example


Text Example

White with #D1AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAF7; }

 p { color: rgb(209,170,247); }

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

background-color css

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

 a { background-color: rgb(209,170,247); }

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

border-color css

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

 span { border-color: rgb(209,170,247); }

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