#D9AFEB

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

Shades of Mauve #D9AFEB

Tints of Mauve #D9AFEB

Color information

#D9AFEB (or 0xD9AFEB) is unknown color: approx Mauve. HEX triplet: D9, AF and EB. RGB value is (217,175,235). Sum of RGB (Red+Green+Blue) = 217+175+235=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFEB is #265014. Grayscale: #C2C2C2. Windows color (decimal): -2510869 or 15445977. OLE color: 15445977.

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

Color convert

RGB217175235-
CMYK0.080.2600.08
HSL282º60%80.39%-
HSV(B)282º25.53%92.16%-
XYZ58.9451.4185.41-
YUV194.4150.91144.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=34.61%
G=27.91%
B=37.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171752350.080.2600.082826080.39
HexD9AFEB81A0811a3c50
Octal331257353103201043274120
Binary110110011010111111101011100011010010001000110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFEB; }

 p { color: rgb(217,175,235); }

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

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

 a { background-color: rgb(217,175,235); }

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

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

 span { border-color: rgb(217,175,235); }

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