Html Css Color HEX #D6AAFE Mauve

📋 copy color: '#D6AAFE'

red 214 ◦ green 170 ◦ blue 254

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

Shades of Mauve #D6AAFE

Tints of Mauve #D6AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 33.54%
G = 26.65%
B = 39.81%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6AAFE (or 0xD6AAFE) is known color: Mauve. HEX triplet: D6, AA and FE. RGB value is (214,170,254). Sum of RGB (Red+Green+Blue) = 214+170+254=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AAFE is #295501. Grayscale: #C0C0C0. Windows color (decimal): -2708738 or 16689878. OLE color: 16689878.

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

Color convert

RGB 214 170 254 -
CMYK 0.16 0.33 0 0.00
HSL 271.43º 0.98% 0.83% -
HSV(B) 271.43º 0.33% 1% -
XYZ 60 50.2 100.29 -
YUV 192.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 214 170 254 0.16 0.33 0 0.00 271.43 0.98 0.83
Hex D6 AA FE 10 21 0 0 10F 62 53
Octal 326 252 376 20 41 0 0 417 142 123
Binary 11010110 10101010 11111110 10000 100001 0 0 100001111 1100010 1010011

Color Harmonies of #D6AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AAFE

Black with #D6AAFE

Text Example


Text Example

White with #D6AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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