#D5ABFF

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

Shades of Mauve #D5ABFF

Tints of Mauve #D5ABFF

Color information

#D5ABFF (or 0xD5ABFF) is unknown color: approx Mauve. HEX triplet: D5, AB and FF. RGB value is (213,171,255). Sum of RGB (Red+Green+Blue) = 213+171+255=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABFF is #2A5400. Grayscale: #C0C0C0. Windows color (decimal): -2774017 or 16755669. OLE color: 16755669.

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

Color convert

RGB213171255-
CMYK0.160.3300
HSL270º100%83.53%-
HSV(B)270º32.94%100%-
XYZ60.0550.49101.19-
YUV193.13162.91142.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 255 (100% from 255) = 39.91%
R=33.33%
G=26.76%
B=39.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131712550.160.330027010083.53
HexD5ABFF10210010e6454
Octal325253377204100416144124
Binary110101011010101111111111100001000010010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABFF; }

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

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

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

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

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

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

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

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