#D8AEFE

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

Shades of Mauve #D8AEFE

Tints of Mauve #D8AEFE

Color information

#D8AEFE (or 0xD8AEFE) is unknown color: approx Mauve. HEX triplet: D8, AE and FE. RGB value is (216,174,254). Sum of RGB (Red+Green+Blue) = 216+174+254=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8AEFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEFE is #275101. Grayscale: #C3C3C3. Windows color (decimal): -2576642 or 16690904. OLE color: 16690904.

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

Color convert

RGB216174254-
CMYK0.150.3100.00
HSL271.5º97.56%83.92%-
HSV(B)271.5º31.5%99.61%-
XYZ61.3452.03100.57-
YUV195.68160.91142.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=33.54%
G=27.02%
B=39.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2161742540.150.3100.00271.597.5683.92
HexD8AEFEF1F001106254
Octal330256376173700420142124
Binary1101100010101110111111101111111110010001000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEFE; }

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

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

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

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

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

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

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

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