Html Css Color HEX #D6AAF1 Mauve

📋 copy color: '#D6AAF1'

red 214 ◦ green 170 ◦ blue 241

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

Shades of Mauve #D6AAF1

Tints of Mauve #D6AAF1

RGB

 RED value IS 214 (83.98% from 255) = 34.24%

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

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 34.24%
G = 27.2%
B = 38.56%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6AAF1 (or 0xD6AAF1) is known color: Mauve. HEX triplet: D6, AA and F1. RGB value is (214,170,241). Sum of RGB (Red+Green+Blue) = 214+170+241=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAF1 is #29550E. Grayscale: #BFBFBF. Windows color (decimal): -2708751 or 15837910. OLE color: 15837910.

HSL color Cylindrical-coordinate representation of color #D6AAF1: hue angle of 277.18º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6AAF1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 170 241 -
CMYK 0.11 0.29 0 0.05
HSL 277.18º 0.72% 0.81% -
HSV(B) 277.18º 0.29% 0.95% -
XYZ 57.98 49.4 89.7 -
YUV 191.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 214 170 241 0.11 0.29 0 0.05 277.18 0.72 0.81
Hex D6 AA F1 B 1D 0 5 115 48 51
Octal 326 252 361 13 35 0 5 425 110 121
Binary 11010110 10101010 11110001 1011 11101 0 101 100010101 1001000 1010001

Color Harmonies of #D6AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAF1

Black with #D6AAF1

Text Example


Text Example

White with #D6AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAF1; }

 p { color: rgb(214,170,241); }

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

background-color css

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

 a { background-color: rgb(214,170,241); }

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

border-color css

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

 span { border-color: rgb(214,170,241); }

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