#D9BBFC

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

Shades of Mauve #D9BBFC

Tints of Mauve #D9BBFC

Color information

#D9BBFC (or 0xD9BBFC) is unknown color: approx Mauve. HEX triplet: D9, BB and FC. RGB value is (217,187,252). Sum of RGB (Red+Green+Blue) = 217+187+252=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBFC is #264403. Grayscale: #CBCBCB. Windows color (decimal): -2507780 or 16563161. OLE color: 16563161.

HSL color Cylindrical-coordinate representation of color #D9BBFC: hue angle of 267.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BBFC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217187252-
CMYK0.140.2600.01
HSL267.69º91.55%86.08%-
HSV(B)267.69º25.79%98.82%-
XYZ63.9657.3299.79-
YUV203.38155.44137.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=33.08%
G=28.51%
B=38.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171872520.140.2600.01267.6991.5586.08
HexD9BBFCE1A0110c5c56
Octal331273374163201414134126
Binary1101100110111011111111001110110100110000110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBFC; }

 p { color: rgb(217,187,252); }

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

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

 a { background-color: rgb(217,187,252); }

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

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

 span { border-color: rgb(217,187,252); }

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