#D4AFEE

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

Shades of Mauve #D4AFEE

Tints of Mauve #D4AFEE

Color information

#D4AFEE (or 0xD4AFEE) is unknown color: approx Mauve. HEX triplet: D4, AF and EE. RGB value is (212,175,238). Sum of RGB (Red+Green+Blue) = 212+175+238=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFEE is #2B5011. Grayscale: #C1C1C1. Windows color (decimal): -2838546 or 15642580. OLE color: 15642580.

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

Color convert

RGB212175238-
CMYK0.110.2600.07
HSL275.24º64.95%80.98%-
HSV(B)275.24º26.47%93.33%-
XYZ57.9150.8387.65-
YUV193.24153.26141.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 175 (68.75% from 255) = 28%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=33.92%
G=28%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121752380.110.2600.07275.2464.9580.98
HexD4AFEEB1A071134151
Octal324257356133207423101121
Binary110101001010111111101110101111010011110001001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFEE; }

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

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

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

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

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

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

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

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