#D4AFFB

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

Shades of Mauve #D4AFFB

Tints of Mauve #D4AFFB

Color information

#D4AFFB (or 0xD4AFFB) is unknown color: approx Mauve. HEX triplet: D4, AF and FB. RGB value is (212,175,251). Sum of RGB (Red+Green+Blue) = 212+175+251=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFB is #2B5004. Grayscale: #C2C2C2. Windows color (decimal): -2838533 or 16494548. OLE color: 16494548.

HSL color Cylindrical-coordinate representation of color #D4AFFB: hue angle of 269.21º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4AFFB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212175251-
CMYK0.160.3000.02
HSL269.21º90.48%83.53%-
HSV(B)269.21º30.28%98.43%-
XYZ59.8951.6298.07-
YUV194.73159.76140.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=33.23%
G=27.43%
B=39.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121752510.160.3000.02269.2190.4883.53
HexD4AFFB101E0210d5a54
Octal324257373203602415132124
Binary110101001010111111111011100001111001010000110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFFB; }

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

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

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

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

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

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

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

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