#D7BBFB

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

Shades of Mauve #D7BBFB

Tints of Mauve #D7BBFB

Color information

#D7BBFB (or 0xD7BBFB) is unknown color: approx Mauve. HEX triplet: D7, BB and FB. RGB value is (215,187,251). Sum of RGB (Red+Green+Blue) = 215+187+251=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBFB is #284404. Grayscale: #CACACA. Windows color (decimal): -2638853 or 16497623. OLE color: 16497623.

HSL color Cylindrical-coordinate representation of color #D7BBFB: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7BBFB is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215187251-
CMYK0.140.2500.02
HSL266.25º88.89%85.88%-
HSV(B)266.25º25.5%98.43%-
XYZ63.2156.9598.93-
YUV202.67155.28136.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=32.92%
G=28.64%
B=38.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151872510.140.2500.02266.2588.8985.88
HexD7BBFBE190210a5956
Octal327273373163102412131126
Binary11010111101110111111101111101100101010000101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBFB; }

 p { color: rgb(215,187,251); }

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

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

 a { background-color: rgb(215,187,251); }

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

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

 span { border-color: rgb(215,187,251); }

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