#D9ABEE

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

Shades of Mauve #D9ABEE

Tints of Mauve #D9ABEE

Color information

#D9ABEE (or 0xD9ABEE) is unknown color: approx Mauve. HEX triplet: D9, AB and EE. RGB value is (217,171,238). Sum of RGB (Red+Green+Blue) = 217+171+238=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABEE is #265411. Grayscale: #C0C0C0. Windows color (decimal): -2511890 or 15641561. OLE color: 15641561.

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

Color convert

RGB217171238-
CMYK0.090.2800.07
HSL281.19º66.34%80.2%-
HSV(B)281.19º28.15%93.33%-
XYZ58.6150.0587.46-
YUV192.39153.74145.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=34.66%
G=27.32%
B=38.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171712380.090.2800.07281.1966.3480.2
HexD9ABEE91C071194250
Octal331253356113407431102120
Binary110110011010101111101110100111100011110001100110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABEE; }

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

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

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

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

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

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

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

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