#DCBBC6

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

Shades of Melanie #DCBBC6

Tints of Melanie #DCBBC6

Color information

#DCBBC6 (or 0xDCBBC6) is unknown color: approx Melanie. HEX triplet: DC, BB and C6. RGB value is (220,187,198). Sum of RGB (Red+Green+Blue) = 220+187+198=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC6 is #234439. Grayscale: #C6C6C6. Windows color (decimal): -2311226 or 13024220. OLE color: 13024220.

HSL color Cylindrical-coordinate representation of color #DCBBC6: hue angle of 340º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBC6 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220187198-
CMYK00.150.10.14
HSL340º32.04%79.8%-
HSV(B)340º15%86.27%-
XYZ57.4854.8360.98-
YUV198.12127.93143.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=36.36%
G=30.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018719800.150.10.1434032.0479.8
HexDCBBC60FAE1542050
Octal334273306017121652440120
Binary11011100101110111100011001111101011101010101001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBC6; }

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

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

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

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

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

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

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

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