#D0AFF3

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

Shades of Mauve #D0AFF3

Tints of Mauve #D0AFF3

Color information

#D0AFF3 (or 0xD0AFF3) is unknown color: approx Mauve. HEX triplet: D0, AF and F3. RGB value is (208,175,243). Sum of RGB (Red+Green+Blue) = 208+175+243=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFF3 is #2F500C. Grayscale: #C0C0C0. Windows color (decimal): -3100685 or 15970256. OLE color: 15970256.

HSL color Cylindrical-coordinate representation of color #D0AFF3: hue angle of 269.12º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0AFF3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208175243-
CMYK0.140.2800.05
HSL269.12º73.91%81.96%-
HSV(B)269.12º27.98%95.29%-
XYZ57.5250.5491.52-
YUV192.62156.43138.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=33.23%
G=27.96%
B=38.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081752430.140.2800.05269.1273.9181.96
HexD0AFF3E1C0510d4a52
Octal320257363163405415112122
Binary110100001010111111110011111011100010110000110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFF3; }

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

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

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

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

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

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

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

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