#D5B6F4

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

Shades of Mauve #D5B6F4

Tints of Mauve #D5B6F4

Color information

#D5B6F4 (or 0xD5B6F4) is unknown color: approx Mauve. HEX triplet: D5, B6 and F4. RGB value is (213,182,244). Sum of RGB (Red+Green+Blue) = 213+182+244=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #D5B6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B6F4 is #2A490B. Grayscale: #C6C6C6. Windows color (decimal): -2771212 or 16037589. OLE color: 16037589.

HSL color Cylindrical-coordinate representation of color #D5B6F4: hue angle of 270º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B6F4 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213182244-
CMYK0.130.2500.04
HSL270º73.81%83.53%-
HSV(B)270º25.41%95.69%-
XYZ60.554.1392.85-
YUV198.34153.77138.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 244 (95.70% from 255) = 38.18%
R=33.33%
G=28.48%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131822440.130.2500.0427073.8183.53
HexD5B6F4D190410e4a54
Octal325266364153104416112124
Binary110101011011011011110100110111001010010000111010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6F4; }

 p { color: rgb(213,182,244); }

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

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

 a { background-color: rgb(213,182,244); }

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

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

 span { border-color: rgb(213,182,244); }

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