#D8BBFF

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

Shades of Mauve #D8BBFF

Tints of Mauve #D8BBFF

Color information

#D8BBFF (or 0xD8BBFF) is unknown color: approx Mauve. HEX triplet: D8, BB and FF. RGB value is (216,187,255). Sum of RGB (Red+Green+Blue) = 216+187+255=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBFF is #274400. Grayscale: #CBCBCB. Windows color (decimal): -2573313 or 16759768. OLE color: 16759768.

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

Color convert

RGB216187255-
CMYK0.150.2700
HSL265.59º100%86.67%-
HSV(B)265.59º26.67%100%-
XYZ64.1457.36102.3-
YUV203.42157.11136.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.83%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 255 (100% from 255) = 38.75%
R=32.83%
G=28.42%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161872550.150.2700265.5910086.67
HexD8BBFFF1B0010a6457
Octal330273377173300412144127
Binary1101100010111011111111111111110110010000101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBFF; }

 p { color: rgb(216,187,255); }

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

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

 a { background-color: rgb(216,187,255); }

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

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

 span { border-color: rgb(216,187,255); }

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