#D6B4F0

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

Shades of Mauve #D6B4F0

Tints of Mauve #D6B4F0

Color information

#D6B4F0 (or 0xD6B4F0) is unknown color: approx Mauve. HEX triplet: D6, B4 and F0. RGB value is (214,180,240). Sum of RGB (Red+Green+Blue) = 214+180+240=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6B4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B4F0 is #294B0F. Grayscale: #C4C4C4. Windows color (decimal): -2706192 or 15774934. OLE color: 15774934.

HSL color Cylindrical-coordinate representation of color #D6B4F0: hue angle of 274º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B4F0 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214180240-
CMYK0.110.2500.06
HSL274º66.67%82.35%-
HSV(B)274º25%94.12%-
XYZ59.7853.2389.56-
YUV197.01152.26140.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=33.75%
G=28.39%
B=37.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141802400.110.2500.0627466.6782.35
HexD6B4F0B19061124352
Octal326264360133106422103122
Binary110101101011010011110000101111001011010001001010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B4F0; }

 p { color: rgb(214,180,240); }

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

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

 a { background-color: rgb(214,180,240); }

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

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

 span { border-color: rgb(214,180,240); }

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