#D6B6F8

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

Shades of Mauve #D6B6F8

Tints of Mauve #D6B6F8

Color information

#D6B6F8 (or 0xD6B6F8) is unknown color: approx Mauve. HEX triplet: D6, B6 and F8. RGB value is (214,182,248). Sum of RGB (Red+Green+Blue) = 214+182+248=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6B6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B6F8 is #294907. Grayscale: #C6C6C6. Windows color (decimal): -2705672 or 16299734. OLE color: 16299734.

HSL color Cylindrical-coordinate representation of color #D6B6F8: hue angle of 269.09º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6B6F8 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214182248-
CMYK0.140.2700.03
HSL269.09º82.5%84.31%-
HSV(B)269.09º26.61%97.25%-
XYZ61.454.5396.1-
YUV199.09155.6138.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.23%
GREEN value IS 182 (71.48% from 255) = 28.26%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=33.23%
G=28.26%
B=38.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141822480.140.2700.03269.0982.584.31
HexD6B6F8E1B0310d5254
Octal326266370163303415122124
Binary11010110101101101111100011101101101110000110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B6F8; }

 p { color: rgb(214,182,248); }

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

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

 a { background-color: rgb(214,182,248); }

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

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

 span { border-color: rgb(214,182,248); }

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