#D9BEFF

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

Shades of Mauve #D9BEFF

Tints of Mauve #D9BEFF

Color information

#D9BEFF (or 0xD9BEFF) is unknown color: approx Mauve. HEX triplet: D9, BE and FF. RGB value is (217,190,255). Sum of RGB (Red+Green+Blue) = 217+190+255=662 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.78% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEFF is #264100. Grayscale: #CDCDCD. Windows color (decimal): -2507009 or 16760537. OLE color: 16760537.

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

Color convert

RGB217190255-
CMYK0.150.2500
HSL264.92º100%87.25%-
HSV(B)264.92º25.49%100%-
XYZ65.0858.8102.53-
YUV205.48155.95136.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.78%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 255 (100% from 255) = 38.52%
R=32.78%
G=28.70%
B=38.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171902550.150.2500264.9210087.25
HexD9BEFFF19001096457
Octal331276377173100411144127
Binary1101100110111110111111111111110010010000100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEFF; }

 p { color: rgb(217,190,255); }

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

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

 a { background-color: rgb(217,190,255); }

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

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

 span { border-color: rgb(217,190,255); }

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