#D0AFFC

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

Shades of Mauve #D0AFFC

Tints of Mauve #D0AFFC

Color information

#D0AFFC (or 0xD0AFFC) is unknown color: approx Mauve. HEX triplet: D0, AF and FC. RGB value is (208,175,252). Sum of RGB (Red+Green+Blue) = 208+175+252=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFFC is #2F5003. Grayscale: #C1C1C1. Windows color (decimal): -3100676 or 16560080. OLE color: 16560080.

HSL color Cylindrical-coordinate representation of color #D0AFFC: hue angle of 265.71º 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 #D0AFFC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208175252-
CMYK0.170.3100.01
HSL265.71º92.77%83.73%-
HSV(B)265.71º30.56%98.82%-
XYZ58.9151.198.85-
YUV193.64160.93138.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=32.76%
G=27.56%
B=39.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081752520.170.3100.01265.7192.7783.73
HexD0AFFC111F0110a5d54
Octal320257374213701412135124
Binary11010000101011111111110010001111110110000101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFFC; }

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

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

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

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

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

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

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

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