#D4ABFF

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

Shades of Mauve #D4ABFF

Tints of Mauve #D4ABFF

Color information

#D4ABFF (or 0xD4ABFF) is unknown color: approx Mauve. HEX triplet: D4, AB and FF. RGB value is (212,171,255). Sum of RGB (Red+Green+Blue) = 212+171+255=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABFF is #2B5400. Grayscale: #C0C0C0. Windows color (decimal): -2839553 or 16755668. OLE color: 16755668.

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

Color convert

RGB212171255-
CMYK0.170.3300
HSL269.29º100%83.53%-
HSV(B)269.29º32.94%100%-
XYZ59.7650.34101.17-
YUV192.83163.08141.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 171 (67.19% from 255) = 26.80%
BLUE value IS 255 (100% from 255) = 39.97%
R=33.23%
G=26.80%
B=39.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121712550.170.3300269.2910083.53
HexD4ABFF11210010d6454
Octal324253377214100415144124
Binary110101001010101111111111100011000010010000110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABFF; }

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

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

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

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

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

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

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

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