#D5AFFB

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

Shades of Mauve #D5AFFB

Tints of Mauve #D5AFFB

Color information

#D5AFFB (or 0xD5AFFB) is unknown color: approx Mauve. HEX triplet: D5, AF and FB. RGB value is (213,175,251). Sum of RGB (Red+Green+Blue) = 213+175+251=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFFB is #2A5004. Grayscale: #C2C2C2. Windows color (decimal): -2772997 or 16494549. OLE color: 16494549.

HSL color Cylindrical-coordinate representation of color #D5AFFB: hue angle of 270º 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 #D5AFFB is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213175251-
CMYK0.150.3000.02
HSL270º90.48%83.53%-
HSV(B)270º30.28%98.43%-
XYZ60.1851.7798.09-
YUV195.03159.59140.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=33.33%
G=27.39%
B=39.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131752510.150.3000.0227090.4883.53
HexD5AFFBF1E0210e5a54
Octal325257373173602416132124
Binary11010101101011111111101111111111001010000111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFFB; }

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

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

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

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

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

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

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

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