#D8BDFD

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

Shades of Mauve #D8BDFD

Tints of Mauve #D8BDFD

Color information

#D8BDFD (or 0xD8BDFD) is unknown color: approx Mauve. HEX triplet: D8, BD and FD. RGB value is (216,189,253). Sum of RGB (Red+Green+Blue) = 216+189+253=658 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.83% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BDFD is #274202. Grayscale: #CCCCCC. Windows color (decimal): -2572803 or 16629208. OLE color: 16629208.

HSL color Cylindrical-coordinate representation of color #D8BDFD: hue angle of 265.31º 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 #D8BDFD is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216189253-
CMYK0.150.2500.01
HSL265.31º94.12%86.67%-
HSV(B)265.31º25.3%99.22%-
XYZ64.2558.09100.75-
YUV204.37155.45136.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.83%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=32.83%
G=28.72%
B=38.45%

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
Decimal2161892530.150.2500.01265.3194.1286.67
HexD8BDFDF19011095e57
Octal330275375173101411136127
Binary1101100010111101111111011111110010110000100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BDFD; }

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

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

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

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

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

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

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

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