#D7AFF8

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

Shades of Mauve #D7AFF8

Tints of Mauve #D7AFF8

Color information

#D7AFF8 (or 0xD7AFF8) is unknown color: approx Mauve. HEX triplet: D7, AF and F8. RGB value is (215,175,248). Sum of RGB (Red+Green+Blue) = 215+175+248=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 248 (97.27% from 255 or 38.87% from 638); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7AFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AFF8 is #285007. Grayscale: #C3C3C3. Windows color (decimal): -2641928 or 16297943. OLE color: 16297943.

HSL color Cylindrical-coordinate representation of color #D7AFF8: hue angle of 272.88º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7AFF8 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB215175248-
CMYK0.130.2900.03
HSL272.88º83.91%82.94%-
HSV(B)272.88º29.44%97.25%-
XYZ60.351.8895.64-
YUV195.28157.75142.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 248 (97.27% from 255) = 38.87%
R=33.70%
G=27.43%
B=38.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2151752480.130.2900.03272.8883.9182.94
HexD7AFF8D1D031115453
Octal327257370153503421124123
Binary11010111101011111111100011011110101110001000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFF8; }

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

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

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

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

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

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

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

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