#D9BFFE

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

Shades of Mauve #D9BFFE

Tints of Mauve #D9BFFE

Color information

#D9BFFE (or 0xD9BFFE) is unknown color: approx Mauve. HEX triplet: D9, BF and FE. RGB value is (217,191,254). Sum of RGB (Red+Green+Blue) = 217+191+254=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BFFE is #264001. Grayscale: #CDCDCD. Windows color (decimal): -2506754 or 16695257. OLE color: 16695257.

HSL color Cylindrical-coordinate representation of color #D9BFFE: hue angle of 264.76º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9BFFE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217191254-
CMYK0.150.2500.00
HSL264.76º96.92%87.25%-
HSV(B)264.76º24.8%99.61%-
XYZ65.1459.17101.75-
YUV205.96155.11135.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=32.78%
G=28.85%
B=38.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171912540.150.2500.00264.7696.9287.25
HexD9BFFEF19001096157
Octal331277376173100411141127
Binary1101100110111111111111101111110010010000100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFFE; }

 p { color: rgb(217,191,254); }

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

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

 a { background-color: rgb(217,191,254); }

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

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

 span { border-color: rgb(217,191,254); }

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