#DCB0BB

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

Shades of Melanie #DCB0BB

Tints of Melanie #DCB0BB

Color information

#DCB0BB (or 0xDCB0BB) is unknown color: approx Melanie. HEX triplet: DC, B0 and BB. RGB value is (220,176,187). Sum of RGB (Red+Green+Blue) = 220+176+187=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BB is #234F44. Grayscale: #BEBEBE. Windows color (decimal): -2314053 or 12300508. OLE color: 12300508.

HSL color Cylindrical-coordinate representation of color #DCB0BB: hue angle of 345º 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 #DCB0BB is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220176187-
CMYK00.20.150.14
HSL345º38.6%77.65%-
HSV(B)345º20%86.27%-
XYZ54.0149.8553.79-
YUV190.41126.08149.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=37.74%
G=30.19%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017618700.20.150.1434538.677.65
HexDCB0BB014FE159274e
Octal334260273024171653147116
Binary110111001011000010111011010100111111101010110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0BB; }

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

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

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

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

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

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

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

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