#D8AEFB

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

Shades of Mauve #D8AEFB

Tints of Mauve #D8AEFB

Color information

#D8AEFB (or 0xD8AEFB) is unknown color: approx Mauve. HEX triplet: D8, AE and FB. RGB value is (216,174,251). Sum of RGB (Red+Green+Blue) = 216+174+251=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEFB is #275104. Grayscale: #C3C3C3. Windows color (decimal): -2576645 or 16494296. OLE color: 16494296.

HSL color Cylindrical-coordinate representation of color #D8AEFB: hue angle of 272.73º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8AEFB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216174251-
CMYK0.140.3100.02
HSL272.73º90.59%83.33%-
HSV(B)272.73º30.68%98.43%-
XYZ60.8751.8498.06-
YUV195.34159.41142.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=33.70%
G=27.15%
B=39.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161742510.140.3100.02272.7390.5983.33
HexD8AEFBE1F021115b53
Octal330256373163702421133123
Binary11011000101011101111101111101111101010001000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEFB; }

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

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

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

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

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

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

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

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