#D9B9EC

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

Shades of Mauve #D9B9EC

Tints of Mauve #D9B9EC

Color information

#D9B9EC (or 0xD9B9EC) is unknown color: approx Mauve. HEX triplet: D9, B9 and EC. RGB value is (217,185,236). Sum of RGB (Red+Green+Blue) = 217+185+236=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9EC is #264613. Grayscale: #C8C8C8. Windows color (decimal): -2508308 or 15514073. OLE color: 15514073.

HSL color Cylindrical-coordinate representation of color #D9B9EC: hue angle of 277.65º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B9EC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217185236-
CMYK0.080.2200.07
HSL277.65º57.3%82.55%-
HSV(B)277.65º21.61%92.55%-
XYZ61.155.5186.85-
YUV200.38148.1139.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=34.01%
G=29.00%
B=36.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171852360.080.2200.07277.6557.382.55
HexD9B9EC816071163953
Octal33127135410260742671123
Binary11011001101110011110110010001011001111000101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9EC; }

 p { color: rgb(217,185,236); }

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

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

 a { background-color: rgb(217,185,236); }

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

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

 span { border-color: rgb(217,185,236); }

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