#D0B4FF

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

Shades of Mauve #D0B4FF

Tints of Mauve #D0B4FF

Color information

#D0B4FF (or 0xD0B4FF) is unknown color: approx Mauve. HEX triplet: D0, B4 and FF. RGB value is (208,180,255). Sum of RGB (Red+Green+Blue) = 208+180+255=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4FF is #2F4B00. Grayscale: #C4C4C4. Windows color (decimal): -3099393 or 16757968. OLE color: 16757968.

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

Color convert

RGB208180255-
CMYK0.180.2900
HSL262.4º100%85.29%-
HSV(B)262.4º29.41%100%-
XYZ60.3853.27101.71-
YUV196.92160.78135.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 39.66%
R=32.35%
G=27.99%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081802550.180.2900262.410085.29
HexD0B4FF121D001066455
Octal320264377223500406144125
Binary11010000101101001111111110010111010010000011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4FF; }

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

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

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

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

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

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

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

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