Html Css Color HEX #D5AAF9 Mauve

📋 copy color: '#D5AAF9'

red 213 ◦ green 170 ◦ blue 249

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

Shades of Mauve #D5AAF9

Tints of Mauve #D5AAF9

RGB

 RED value IS 213 (83.59% from 255) = 33.7%

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

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 33.7%
G = 26.9%
B = 39.4%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5AAF9 (or 0xD5AAF9) is known color: Mauve. HEX triplet: D5, AA and F9. RGB value is (213,170,249). Sum of RGB (Red+Green+Blue) = 213+170+249=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAF9 is #2A5506. Grayscale: #BFBFBF. Windows color (decimal): -2774279 or 16362197. OLE color: 16362197.

HSL color Cylindrical-coordinate representation of color #D5AAF9: hue angle of 272.66º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5AAF9 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 170 249 -
CMYK 0.14 0.32 0 0.02
HSL 272.66º 0.87% 0.82% -
HSV(B) 272.66º 0.32% 0.98% -
XYZ 58.91 49.74 96.12 -
YUV 191.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 213 170 249 0.14 0.32 0 0.02 272.66 0.87 0.82
Hex D5 AA F9 E 20 0 2 111 57 52
Octal 325 252 371 16 40 0 2 421 127 122
Binary 11010101 10101010 11111001 1110 100000 0 10 100010001 1010111 1010010

Color Harmonies of #D5AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AAF9

Black with #D5AAF9

Text Example


Text Example

White with #D5AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AAF9; }

 p { color: rgb(213,170,249); }

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

background-color css

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

 a { background-color: rgb(213,170,249); }

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

border-color css

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

 span { border-color: rgb(213,170,249); }

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