#D5BBFF

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

Shades of Mauve #D5BBFF

Tints of Mauve #D5BBFF

Color information

#D5BBFF (or 0xD5BBFF) is unknown color: approx Mauve. HEX triplet: D5, BB and FF. RGB value is (213,187,255). Sum of RGB (Red+Green+Blue) = 213+187+255=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBFF is #2A4400. Grayscale: #CACACA. Windows color (decimal): -2769921 or 16759765. OLE color: 16759765.

HSL color Cylindrical-coordinate representation of color #D5BBFF: hue angle of 262.94º 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 #D5BBFF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB213187255-
CMYK0.160.2700
HSL262.94º100%86.67%-
HSV(B)262.94º26.67%100%-
XYZ63.2656.91102.26-
YUV202.53157.61135.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 187 (73.44% from 255) = 28.55%
BLUE value IS 255 (100% from 255) = 38.93%
R=32.52%
G=28.55%
B=38.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131872550.160.2700262.9410086.67
HexD5BBFF101B001076457
Octal325273377203300407144127
Binary11010101101110111111111110000110110010000011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBFF; }

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

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

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

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

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

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

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

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