Html Css Color HEX #D7AAFA Mauve

📋 copy color: '#D7AAFA'

red 215 ◦ green 170 ◦ blue 250

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

Shades of Mauve #D7AAFA

Tints of Mauve #D7AAFA

RGB

 RED value IS 215 (84.38% from 255) = 33.86%

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

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 33.86%
G = 26.77%
B = 39.37%

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

#D7AAFA (or 0xD7AAFA) is known color: Mauve. HEX triplet: D7, AA and FA. RGB value is (215,170,250). Sum of RGB (Red+Green+Blue) = 215+170+250=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AAFA is #285505. Grayscale: #C0C0C0. Windows color (decimal): -2643206 or 16427735. OLE color: 16427735.

HSL color Cylindrical-coordinate representation of color #D7AAFA: hue angle of 273.75º degrees, saturation: 0.89, 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 #D7AAFA is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 170 250 -
CMYK 0.14 0.32 0 0.02
HSL 273.75º 0.89% 0.82% -
HSV(B) 273.75º 0.32% 0.98% -
XYZ 59.65 50.1 96.97 -
YUV 192.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 215 170 250 0.14 0.32 0 0.02 273.75 0.89 0.82
Hex D7 AA FA E 20 0 2 112 59 52
Octal 327 252 372 16 40 0 2 422 131 122
Binary 11010111 10101010 11111010 1110 100000 0 10 100010010 1011001 1010010

Color Harmonies of #D7AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AAFA

Black with #D7AAFA

Text Example


Text Example

White with #D7AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AAFA; }

 p { color: rgb(215,170,250); }

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

background-color css

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

 a { background-color: rgb(215,170,250); }

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

border-color css

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

 span { border-color: rgb(215,170,250); }

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