#D3AFEB

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

Shades of Mauve #D3AFEB

Tints of Mauve #D3AFEB

Color information

#D3AFEB (or 0xD3AFEB) is unknown color: approx Mauve. HEX triplet: D3, AF and EB. RGB value is (211,175,235). Sum of RGB (Red+Green+Blue) = 211+175+235=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEB is #2C5014. Grayscale: #C0C0C0. Windows color (decimal): -2904085 or 15445971. OLE color: 15445971.

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

Color convert

RGB211175235-
CMYK0.100.2600.08
HSL276º60%80.39%-
HSV(B)276º25.53%92.16%-
XYZ57.1950.5185.33-
YUV192.6151.93141.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.98%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=33.98%
G=28.18%
B=37.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111752350.100.2600.082766080.39
HexD3AFEBA1A081143c50
Octal323257353123201042474120
Binary110100111010111111101011101011010010001000101001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFEB; }

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

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

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

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

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

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

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

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