Html Css Color HEX #D7A6FB Mauve

📋 copy color: '#D7A6FB'

red 215 ◦ green 166 ◦ blue 251

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

Shades of Mauve #D7A6FB

Tints of Mauve #D7A6FB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.27%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 34.02%
G = 26.27%
B = 39.72%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7A6FB (or 0xD7A6FB) is known color: Mauve. HEX triplet: D7, A6 and FB. RGB value is (215,166,251). Sum of RGB (Red+Green+Blue) = 215+166+251=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A6FB is #285904. Grayscale: #BEBEBE. Windows color (decimal): -2644229 or 16492247. OLE color: 16492247.

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

Color convert

RGB 215 166 251 -
CMYK 0.14 0.34 0 0.02
HSL 274.59º 0.91% 0.82% -
HSV(B) 274.59º 0.34% 0.98% -
XYZ 59.07 48.68 97.55 -
YUV 190.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 215 166 251 0.14 0.34 0 0.02 274.59 0.91 0.82
Hex D7 A6 FB E 22 0 2 113 5B 52
Octal 327 246 373 16 42 0 2 423 133 122
Binary 11010111 10100110 11111011 1110 100010 0 10 100010011 1011011 1010010

Color Harmonies of #D7A6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A6FB

Black with #D7A6FB

Text Example


Text Example

White with #D7A6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A6FB; }

 p { color: rgb(215,166,251); }

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

background-color css

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

 a { background-color: rgb(215,166,251); }

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

border-color css

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

 span { border-color: rgb(215,166,251); }

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