#D9BBF3

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

Shades of Mauve #D9BBF3

Tints of Mauve #D9BBF3

Color information

#D9BBF3 (or 0xD9BBF3) is unknown color: approx Mauve. HEX triplet: D9, BB and F3. RGB value is (217,187,243). Sum of RGB (Red+Green+Blue) = 217+187+243=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BBF3 is #26440C. Grayscale: #CACACA. Windows color (decimal): -2507789 or 15973337. OLE color: 15973337.

HSL color Cylindrical-coordinate representation of color #D9BBF3: hue angle of 272.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BBF3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217187243-
CMYK0.110.2300.05
HSL272.14º70%84.31%-
HSV(B)272.14º23.05%95.29%-
XYZ62.5656.7692.45-
YUV202.35150.94138.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.54%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 243 (95.31% from 255) = 37.56%
R=33.54%
G=28.90%
B=37.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171872430.110.2300.05272.147084.31
HexD9BBF3B17051104654
Octal331273363132705420106124
Binary110110011011101111110011101110111010110001000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBF3; }

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

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

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

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

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

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

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

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