#D5AEEB

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

Shades of Mauve #D5AEEB

Tints of Mauve #D5AEEB

Color information

#D5AEEB (or 0xD5AEEB) is unknown color: approx Mauve. HEX triplet: D5, AE and EB. RGB value is (213,174,235). Sum of RGB (Red+Green+Blue) = 213+174+235=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEB is #2A5114. Grayscale: #C0C0C0. Windows color (decimal): -2773269 or 15445717. OLE color: 15445717.

HSL color Cylindrical-coordinate representation of color #D5AEEB: hue angle of 278.36º 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 #D5AEEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213174235-
CMYK0.090.2600.08
HSL278.36º60.4%80.2%-
HSV(B)278.36º25.96%92.16%-
XYZ57.5750.4285.29-
YUV192.61151.92142.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=34.24%
G=27.97%
B=37.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131742350.090.2600.08278.3660.480.2
HexD5AEEB91A081163c50
Octal325256353113201042674120
Binary110101011010111011101011100111010010001000101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEEB; }

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

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

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

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

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

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

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

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