#D0ABF7

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

Shades of Mauve #D0ABF7

Tints of Mauve #D0ABF7

Color information

#D0ABF7 (or 0xD0ABF7) is unknown color: approx Mauve. HEX triplet: D0, AB and F7. RGB value is (208,171,247). Sum of RGB (Red+Green+Blue) = 208+171+247=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0ABF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABF7 is #2F5408. Grayscale: #BEBEBE. Windows color (decimal): -3101705 or 16231376. OLE color: 16231376.

HSL color Cylindrical-coordinate representation of color #D0ABF7: hue angle of 269.21º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0ABF7 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208171247-
CMYK0.160.3100.03
HSL269.21º82.61%81.96%-
HSV(B)269.21º30.77%96.86%-
XYZ57.3649.2594.48-
YUV190.73159.76140.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=33.23%
G=27.32%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081712470.160.3100.03269.2182.6181.96
HexD0ABF7101F0310d5352
Octal320253367203703415123122
Binary110100001010101111110111100001111101110000110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABF7; }

 p { color: rgb(208,171,247); }

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

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

 a { background-color: rgb(208,171,247); }

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

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

 span { border-color: rgb(208,171,247); }

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