#D4AEEB

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

Shades of Mauve #D4AEEB

Tints of Mauve #D4AEEB

Color information

#D4AEEB (or 0xD4AEEB) is unknown color: approx Mauve. HEX triplet: D4, AE and EB. RGB value is (212,174,235). Sum of RGB (Red+Green+Blue) = 212+174+235=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEEB is #2B5114. Grayscale: #C0C0C0. Windows color (decimal): -2838805 or 15445716. OLE color: 15445716.

HSL color Cylindrical-coordinate representation of color #D4AEEB: hue angle of 277.38º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AEEB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212174235-
CMYK0.100.2600.08
HSL277.38º60.4%80.2%-
HSV(B)277.38º25.96%92.16%-
XYZ57.2850.2785.28-
YUV192.32152.09142.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=34.14%
G=28.02%
B=37.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121742350.100.2600.08277.3860.480.2
HexD4AEEBA1A081153c50
Octal324256353123201042574120
Binary110101001010111011101011101011010010001000101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEEB; }

 p { color: rgb(212,174,235); }

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

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

 a { background-color: rgb(212,174,235); }

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

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

 span { border-color: rgb(212,174,235); }

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