#D0ABFB

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

Shades of Mauve #D0ABFB

Tints of Mauve #D0ABFB

Color information

#D0ABFB (or 0xD0ABFB) is unknown color: approx Mauve. HEX triplet: D0, AB and FB. RGB value is (208,171,251). Sum of RGB (Red+Green+Blue) = 208+171+251=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABFB is #2F5404. Grayscale: #BEBEBE. Windows color (decimal): -3101701 or 16493520. OLE color: 16493520.

HSL color Cylindrical-coordinate representation of color #D0ABFB: hue angle of 267.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0ABFB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208171251-
CMYK0.170.3200.02
HSL267.75º90.91%82.75%-
HSV(B)267.75º31.87%98.43%-
XYZ57.9949.597.77-
YUV191.18161.76140-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=33.02%
G=27.14%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081712510.170.3200.02267.7590.9182.75
HexD0ABFB11200210c5b53
Octal320253373214002414133123
Binary1101000010101011111110111000110000001010000110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABFB; }

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

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

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

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

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

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

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

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