#D4B4EC

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

Shades of Mauve #D4B4EC

Tints of Mauve #D4B4EC

Color information

#D4B4EC (or 0xD4B4EC) is unknown color: approx Mauve. HEX triplet: D4, B4 and EC. RGB value is (212,180,236). Sum of RGB (Red+Green+Blue) = 212+180+236=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 180 (70.70% from 255 or 28.66% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4B4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B4EC is #2B4B13. Grayscale: #C3C3C3. Windows color (decimal): -2837268 or 15512788. OLE color: 15512788.

HSL color Cylindrical-coordinate representation of color #D4B4EC: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4B4EC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212180236-
CMYK0.100.2400.07
HSL274.29º59.57%81.57%-
HSV(B)274.29º23.73%92.55%-
XYZ58.6152.786.44-
YUV195.95150.6139.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 180 (70.70% from 255) = 28.66%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=33.76%
G=28.66%
B=37.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121802360.100.2400.07274.2959.5781.57
HexD4B4ECA18071123c52
Octal32426435412300742274122
Binary11010100101101001110110010101100001111000100101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4EC; }

 p { color: rgb(212,180,236); }

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

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

 a { background-color: rgb(212,180,236); }

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

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

 span { border-color: rgb(212,180,236); }

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