#D8AFEE

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

Shades of Mauve #D8AFEE

Tints of Mauve #D8AFEE

Color information

#D8AFEE (or 0xD8AFEE) is unknown color: approx Mauve. HEX triplet: D8, AF and EE. RGB value is (216,175,238). Sum of RGB (Red+Green+Blue) = 216+175+238=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFEE is #275011. Grayscale: #C2C2C2. Windows color (decimal): -2576402 or 15642584. OLE color: 15642584.

HSL color Cylindrical-coordinate representation of color #D8AFEE: hue angle of 279.05º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8AFEE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216175238-
CMYK0.090.2600.07
HSL279.05º64.95%80.98%-
HSV(B)279.05º26.47%93.33%-
XYZ59.0851.4387.7-
YUV194.44152.58143.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=34.34%
G=27.82%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161752380.090.2600.07279.0564.9580.98
HexD8AFEE91A071174151
Octal330257356113207427101121
Binary110110001010111111101110100111010011110001011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFEE; }

 p { color: rgb(216,175,238); }

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

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

 a { background-color: rgb(216,175,238); }

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

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

 span { border-color: rgb(216,175,238); }

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