#D4ABEE

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

Shades of Mauve #D4ABEE

Tints of Mauve #D4ABEE

Color information

#D4ABEE (or 0xD4ABEE) is unknown color: approx Mauve. HEX triplet: D4, AB and EE. RGB value is (212,171,238). Sum of RGB (Red+Green+Blue) = 212+171+238=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABEE is #2B5411. Grayscale: #BEBEBE. Windows color (decimal): -2839570 or 15641556. OLE color: 15641556.

HSL color Cylindrical-coordinate representation of color #D4ABEE: hue angle of 276.72º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4ABEE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212171238-
CMYK0.110.2800.07
HSL276.72º66.34%80.2%-
HSV(B)276.72º28.15%93.33%-
XYZ57.1549.387.39-
YUV190.9154.58143.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 171 (67.19% from 255) = 27.54%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=34.14%
G=27.54%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121712380.110.2800.07276.7266.3480.2
HexD4ABEEB1C071154250
Octal324253356133407425102120
Binary110101001010101111101110101111100011110001010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABEE; }

 p { color: rgb(212,171,238); }

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

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

 a { background-color: rgb(212,171,238); }

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

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

 span { border-color: rgb(212,171,238); }

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