#D0B6FF

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

Shades of Mauve #D0B6FF

Tints of Mauve #D0B6FF

Color information

#D0B6FF (or 0xD0B6FF) is unknown color: approx Mauve. HEX triplet: D0, B6 and FF. RGB value is (208,182,255). Sum of RGB (Red+Green+Blue) = 208+182+255=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 182 (71.48% from 255 or 28.22% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B6FF is #2F4900. Grayscale: #C5C5C5. Windows color (decimal): -3098881 or 16758480. OLE color: 16758480.

HSL color Cylindrical-coordinate representation of color #D0B6FF: hue angle of 261.37º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B6FF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208182255-
CMYK0.180.2900
HSL261.37º100%85.69%-
HSV(B)261.37º28.63%100%-
XYZ60.7954.09101.84-
YUV198.1160.11135.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 182 (71.48% from 255) = 28.22%
BLUE value IS 255 (100% from 255) = 39.53%
R=32.25%
G=28.22%
B=39.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081822550.180.2900261.3710085.69
HexD0B6FF121D001056456
Octal320266377223500405144126
Binary11010000101101101111111110010111010010000010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B6FF; }

 p { color: rgb(208,182,255); }

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

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

 a { background-color: rgb(208,182,255); }

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

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

 span { border-color: rgb(208,182,255); }

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