#DCB0BE

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

Shades of Melanie #DCB0BE

Tints of Melanie #DCB0BE

Color information

#DCB0BE (or 0xDCB0BE) is unknown color: approx Melanie. HEX triplet: DC, B0 and BE. RGB value is (220,176,190). Sum of RGB (Red+Green+Blue) = 220+176+190=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BE is #234F41. Grayscale: #BEBEBE. Windows color (decimal): -2314050 or 12497116. OLE color: 12497116.

HSL color Cylindrical-coordinate representation of color #DCB0BE: hue angle of 340.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB0BE is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220176190-
CMYK00.20.140.14
HSL340.91º38.6%77.65%-
HSV(B)340.91º20%86.27%-
XYZ54.3349.9855.5-
YUV190.75127.58148.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=37.54%
G=30.03%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017619000.20.140.14340.9138.677.65
HexDCB0BE014EE155274e
Octal334260276024161652547116
Binary110111001011000010111110010100111011101010101011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0BE; }

 p { color: rgb(220,176,190); }

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

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

 a { background-color: rgb(220,176,190); }

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

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

 span { border-color: rgb(220,176,190); }

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