#D5AFEC

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

Shades of Mauve #D5AFEC

Tints of Mauve #D5AFEC

Color information

#D5AFEC (or 0xD5AFEC) is unknown color: approx Mauve. HEX triplet: D5, AF and EC. RGB value is (213,175,236). Sum of RGB (Red+Green+Blue) = 213+175+236=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFEC is #2A5013. Grayscale: #C1C1C1. Windows color (decimal): -2773012 or 15511509. OLE color: 15511509.

HSL color Cylindrical-coordinate representation of color #D5AFEC: hue angle of 277.38º degrees, saturation: 0.62, 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 #D5AFEC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213175236-
CMYK0.100.2600.07
HSL277.38º61.62%80.59%-
HSV(B)277.38º25.85%92.55%-
XYZ57.9150.8686.12-
YUV193.32152.09142.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=34.13%
G=28.04%
B=37.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131752360.100.2600.07277.3861.6280.59
HexD5AFECA1A071153e51
Octal32525735412320742576121
Binary11010101101011111110110010101101001111000101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFEC; }

 p { color: rgb(213,175,236); }

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

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

 a { background-color: rgb(213,175,236); }

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

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

 span { border-color: rgb(213,175,236); }

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