#D7ABFC

Color #D7ABFC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D7ABFC

Tints of Mauve #D7ABFC

Color information

#D7ABFC (or 0xD7ABFC) is unknown color: approx Mauve. HEX triplet: D7, AB and FC. RGB value is (215,171,252). Sum of RGB (Red+Green+Blue) = 215+171+252=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABFC is #285403. Grayscale: #C1C1C1. Windows color (decimal): -2642948 or 16559063. OLE color: 16559063.

HSL color Cylindrical-coordinate representation of color #D7ABFC: hue angle of 272.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7ABFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215171252-
CMYK0.150.3200.01
HSL272.59º93.1%82.94%-
HSV(B)272.59º32.14%98.82%-
XYZ60.1650.698.69-
YUV193.39161.08143.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=33.70%
G=26.80%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151712520.150.3200.01272.5993.182.94
HexD7ABFCF20011115d53
Octal327253374174001421135123
Binary11010111101010111111110011111000000110001000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABFC; }

 p { color: rgb(215,171,252); }

 H1.HeaderClassName
 {
   color: #D7ABFC;
 }
 .AnyTagClassName
 {
   color: #D7ABFC;
 }
</style>
background-color css

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

 a { background-color: rgb(215,171,252); }

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

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

 span { border-color: rgb(215,171,252); }

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