#D8AEEE

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

Shades of Mauve #D8AEEE

Tints of Mauve #D8AEEE

Color information

#D8AEEE (or 0xD8AEEE) is unknown color: approx Mauve. HEX triplet: D8, AE and EE. RGB value is (216,174,238). Sum of RGB (Red+Green+Blue) = 216+174+238=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEEE is #275111. Grayscale: #C1C1C1. Windows color (decimal): -2576658 or 15642328. OLE color: 15642328.

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

Color convert

RGB216174238-
CMYK0.090.2700.07
HSL279.38º65.31%80.78%-
HSV(B)279.38º26.89%93.33%-
XYZ58.8951.0487.64-
YUV193.85152.91143.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=34.39%
G=27.71%
B=37.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161742380.090.2700.07279.3865.3180.78
HexD8AEEE91B071174151
Octal330256356113307427101121
Binary110110001010111011101110100111011011110001011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEEE; }

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

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

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

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

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

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

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

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