#D9AFFC

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

Shades of Mauve #D9AFFC

Tints of Mauve #D9AFFC

Color information

#D9AFFC (or 0xD9AFFC) is unknown color: approx Mauve. HEX triplet: D9, AF and FC. RGB value is (217,175,252). Sum of RGB (Red+Green+Blue) = 217+175+252=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFFC is #265003. Grayscale: #C4C4C4. Windows color (decimal): -2510852 or 16560089. OLE color: 16560089.

HSL color Cylindrical-coordinate representation of color #D9AFFC: hue angle of 272.73º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9AFFC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217175252-
CMYK0.140.3100.01
HSL272.73º92.77%83.73%-
HSV(B)272.73º30.56%98.82%-
XYZ61.5252.4498.98-
YUV196.34159.41142.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=33.70%
G=27.17%
B=39.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171752520.140.3100.01272.7392.7783.73
HexD9AFFCE1F011115d54
Octal331257374163701421135124
Binary1101100110101111111111001110111110110001000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFFC; }

 p { color: rgb(217,175,252); }

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

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

 a { background-color: rgb(217,175,252); }

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

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

 span { border-color: rgb(217,175,252); }

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