#D6AFFB

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

Shades of Mauve #D6AFFB

Tints of Mauve #D6AFFB

Color information

#D6AFFB (or 0xD6AFFB) is unknown color: approx Mauve. HEX triplet: D6, AF and FB. RGB value is (214,175,251). Sum of RGB (Red+Green+Blue) = 214+175+251=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFFB is #295004. Grayscale: #C3C3C3. Windows color (decimal): -2707461 or 16494550. OLE color: 16494550.

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

Color convert

RGB214175251-
CMYK0.150.3000.02
HSL270.79º90.48%83.53%-
HSV(B)270.79º30.28%98.43%-
XYZ60.4751.9298.1-
YUV195.32159.42141.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=33.44%
G=27.34%
B=39.22%

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
Decimal2141752510.150.3000.02270.7990.4883.53
HexD6AFFBF1E0210f5a54
Octal326257373173602417132124
Binary11010110101011111111101111111111001010000111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFFB; }

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

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

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

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

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

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

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

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