#D2AFEF

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

Shades of Mauve #D2AFEF

Tints of Mauve #D2AFEF

Color information

#D2AFEF (or 0xD2AFEF) is unknown color: approx Mauve. HEX triplet: D2, AF and EF. RGB value is (210,175,239). Sum of RGB (Red+Green+Blue) = 210+175+239=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFEF is #2D5010. Grayscale: #C0C0C0. Windows color (decimal): -2969617 or 15708114. OLE color: 15708114.

HSL color Cylindrical-coordinate representation of color #D2AFEF: hue angle of 272.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2AFEF is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210175239-
CMYK0.120.2700.06
HSL272.81º66.67%81.18%-
HSV(B)272.81º26.78%93.73%-
XYZ57.4950.5988.4-
YUV192.76154.1140.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=33.65%
G=28.04%
B=38.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2101752390.120.2700.06272.8166.6781.18
HexD2AFEFC1B061114351
Octal322257357143306421103121
Binary110100101010111111101111110011011011010001000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFEF; }

 p { color: rgb(210,175,239); }

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

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

 a { background-color: rgb(210,175,239); }

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

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

 span { border-color: rgb(210,175,239); }

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