#D7BDFD

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

Shades of Mauve #D7BDFD

Tints of Mauve #D7BDFD

Color information

#D7BDFD (or 0xD7BDFD) is unknown color: approx Mauve. HEX triplet: D7, BD and FD. RGB value is (215,189,253). Sum of RGB (Red+Green+Blue) = 215+189+253=657 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.72% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BDFD is #284202. Grayscale: #CBCBCB. Windows color (decimal): -2638339 or 16629207. OLE color: 16629207.

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

Color convert

RGB215189253-
CMYK0.150.2500.01
HSL264.38º94.12%86.67%-
HSV(B)264.38º25.3%99.22%-
XYZ63.9557.93100.74-
YUV204.07155.61135.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.72%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=32.72%
G=28.77%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151892530.150.2500.01264.3894.1286.67
HexD7BDFDF19011085e57
Octal327275375173101410136127
Binary1101011110111101111111011111110010110000100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDFD; }

 p { color: rgb(215,189,253); }

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

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

 a { background-color: rgb(215,189,253); }

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

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

 span { border-color: rgb(215,189,253); }

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