#D9B2FF

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

Shades of Mauve #D9B2FF

Tints of Mauve #D9B2FF

Color information

#D9B2FF (or 0xD9B2FF) is unknown color: approx Mauve. HEX triplet: D9, B2 and FF. RGB value is (217,178,255). Sum of RGB (Red+Green+Blue) = 217+178+255=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B2FF is #264D00. Grayscale: #C6C6C6. Windows color (decimal): -2510081 or 16757465. OLE color: 16757465.

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

Color convert

RGB217178255-
CMYK0.150.3000
HSL270.39º100%84.9%-
HSV(B)270.39º30.2%100%-
XYZ62.5953.81101.7-
YUV198.44159.92141.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.38%
GREEN value IS 178 (69.92% from 255) = 27.38%
BLUE value IS 255 (100% from 255) = 39.23%
R=33.38%
G=27.38%
B=39.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171782550.150.3000270.3910084.9
HexD9B2FFF1E0010e6455
Octal331262377173600416144125
Binary1101100110110010111111111111111100010000111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B2FF; }

 p { color: rgb(217,178,255); }

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

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

 a { background-color: rgb(217,178,255); }

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

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

 span { border-color: rgb(217,178,255); }

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