#D0ABFF

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

Shades of Mauve #D0ABFF

Tints of Mauve #D0ABFF

Color information

#D0ABFF (or 0xD0ABFF) is unknown color: approx Mauve. HEX triplet: D0, AB and FF. RGB value is (208,171,255). Sum of RGB (Red+Green+Blue) = 208+171+255=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABFF is #2F5400. Grayscale: #BFBFBF. Windows color (decimal): -3101697 or 16755664. OLE color: 16755664.

HSL color Cylindrical-coordinate representation of color #D0ABFF: hue angle of 266.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0ABFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208171255-
CMYK0.180.3300
HSL266.43º100%83.53%-
HSV(B)266.43º32.94%100%-
XYZ58.6349.76101.12-
YUV191.64163.76139.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 171 (67.19% from 255) = 26.97%
BLUE value IS 255 (100% from 255) = 40.22%
R=32.81%
G=26.97%
B=40.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081712550.180.3300266.4310083.53
HexD0ABFF12210010a6454
Octal320253377224100412144124
Binary110100001010101111111111100101000010010000101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABFF; }

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

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

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

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

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

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

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

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