#D0B4F7

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

Shades of Mauve #D0B4F7

Tints of Mauve #D0B4F7

Color information

#D0B4F7 (or 0xD0B4F7) is unknown color: approx Mauve. HEX triplet: D0, B4 and F7. RGB value is (208,180,247). Sum of RGB (Red+Green+Blue) = 208+180+247=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0B4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4F7 is #2F4B08. Grayscale: #C3C3C3. Windows color (decimal): -3099401 or 16233680. OLE color: 16233680.

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

Color convert

RGB208180247-
CMYK0.160.2700.03
HSL265.07º80.72%83.73%-
HSV(B)265.07º27.13%96.86%-
XYZ59.1252.7795.06-
YUV196.01156.78136.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=32.76%
G=28.35%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081802470.160.2700.03265.0780.7283.73
HexD0B4F7101B031095154
Octal320264367203303411121124
Binary110100001011010011110111100001101101110000100110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4F7; }

 p { color: rgb(208,180,247); }

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

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

 a { background-color: rgb(208,180,247); }

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

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

 span { border-color: rgb(208,180,247); }

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