#D7AFFC

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

Shades of Mauve #D7AFFC

Tints of Mauve #D7AFFC

Color information

#D7AFFC (or 0xD7AFFC) is unknown color: approx Mauve. HEX triplet: D7, AF and FC. RGB value is (215,175,252). Sum of RGB (Red+Green+Blue) = 215+175+252=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFFC is #285003. Grayscale: #C3C3C3. Windows color (decimal): -2641924 or 16560087. OLE color: 16560087.

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

Color convert

RGB215175252-
CMYK0.150.3100.01
HSL271.17º92.77%83.73%-
HSV(B)271.17º30.56%98.82%-
XYZ60.9252.1498.95-
YUV195.74159.75141.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.49%
GREEN value IS 175 (68.75% from 255) = 27.26%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=33.49%
G=27.26%
B=39.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151752520.150.3100.01271.1792.7783.73
HexD7AFFCF1F0110f5d54
Octal327257374173701417135124
Binary1101011110101111111111001111111110110000111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFFC; }

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

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

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

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

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

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

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

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