#D2B1FF

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

Shades of Mauve #D2B1FF

Tints of Mauve #D2B1FF

Color information

#D2B1FF (or 0xD2B1FF) is unknown color: approx Mauve. HEX triplet: D2, B1 and FF. RGB value is (210,177,255). Sum of RGB (Red+Green+Blue) = 210+177+255=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 177 (69.53% from 255 or 27.57% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B1FF is #2D4E00. Grayscale: #C3C3C3. Windows color (decimal): -2969089 or 16757202. OLE color: 16757202.

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

Color convert

RGB210177255-
CMYK0.180.3100
HSL265.38º100%84.71%-
HSV(B)265.38º30.59%100%-
XYZ60.3552.37101.53-
YUV195.76161.43138.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.71%
GREEN value IS 177 (69.53% from 255) = 27.57%
BLUE value IS 255 (100% from 255) = 39.72%
R=32.71%
G=27.57%
B=39.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101772550.180.3100265.3810084.71
HexD2B1FF121F001096455
Octal322261377223700411144125
Binary11010010101100011111111110010111110010000100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B1FF; }

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

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

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

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

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

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

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

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