#d2abff

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

Shades of Mauve #D2ABFF

Tints of Mauve #D2ABFF

Color information

#D2ABFF (or 0xD2ABFF) is unknown color: approx Mauve. HEX triplet: D2, AB and FF. RGB value is (210,171,255). Sum of RGB (Red+Green+Blue) = 210+171+255=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABFF is #2D5400. Grayscale: #BFBFBF. Windows color (decimal): -2970625 or 16755666. OLE color: 16755666.

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

Color convert

RGB210171255-
CMYK0.180.3300
HSL267.86º100%83.53%-
HSV(B)267.86º32.94%100%-
XYZ59.1950.05101.15-
YUV192.24163.42140.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 171 (67.19% from 255) = 26.89%
BLUE value IS 255 (100% from 255) = 40.09%
R=33.02%
G=26.89%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101712550.180.3300267.8610083.53
HexD2ABFF12210010c6454
Octal322253377224100414144124
Binary110100101010101111111111100101000010010000110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2abff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2abff; }

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

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

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

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

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

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

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

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