#D9B9F9

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

Shades of Mauve #D9B9F9

Tints of Mauve #D9B9F9

Color information

#D9B9F9 (or 0xD9B9F9) is unknown color: approx Mauve. HEX triplet: D9, B9 and F9. RGB value is (217,185,249). Sum of RGB (Red+Green+Blue) = 217+185+249=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9B9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9F9 is #264606. Grayscale: #C9C9C9. Windows color (decimal): -2508295 or 16366041. OLE color: 16366041.

HSL color Cylindrical-coordinate representation of color #D9B9F9: hue angle of 270º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9B9F9 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217185249-
CMYK0.130.2600.02
HSL270º84.21%85.1%-
HSV(B)270º25.7%97.65%-
XYZ63.0656.2997.16-
YUV201.86154.6138.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 28.42%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=33.33%
G=28.42%
B=38.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171852490.130.2600.0227084.2185.1
HexD9B9F9D1A0210e5455
Octal331271371153202416124125
Binary11011001101110011111100111011101001010000111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9F9; }

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

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

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

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

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

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

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

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