#D3BCC2

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

Shades of Melanie #D3BCC2

Tints of Melanie #D3BCC2

Color information

#D3BCC2 (or 0xD3BCC2) is unknown color: approx Melanie. HEX triplet: D3, BC and C2. RGB value is (211,188,194). Sum of RGB (Red+Green+Blue) = 211+188+194=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCC2 is #2C433D. Grayscale: #C3C3C3. Windows color (decimal): -2900798 or 12762323. OLE color: 12762323.

HSL color Cylindrical-coordinate representation of color #D3BCC2: hue angle of 344.35º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCC2 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB211188194-
CMYK00.110.080.17
HSL344.35º20.72%78.24%-
HSV(B)344.35º10.9%82.75%-
XYZ54.5853.7158.53-
YUV195.56127.12139.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.58%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=35.58%
G=31.70%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118819400.110.080.17344.3520.7278.24
HexD3BCC20B811158154e
Octal323274302013102153025116
Binary11010011101111001100001001011100010001101011000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BCC2; }

 p { color: rgb(211,188,194); }

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

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

 a { background-color: rgb(211,188,194); }

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

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

 span { border-color: rgb(211,188,194); }

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