#DCBBC2

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

Shades of Melanie #DCBBC2

Tints of Melanie #DCBBC2

Color information

#DCBBC2 (or 0xDCBBC2) is unknown color: approx Melanie. HEX triplet: DC, BB and C2. RGB value is (220,187,194). Sum of RGB (Red+Green+Blue) = 220+187+194=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC2 is #23443D. Grayscale: #C5C5C5. Windows color (decimal): -2311230 or 12762076. OLE color: 12762076.

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

Color convert

RGB220187194-
CMYK00.150.120.14
HSL347.27º32.04%79.8%-
HSV(B)347.27º15%86.27%-
XYZ57.0254.6558.58-
YUV197.66125.93143.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 194 (76.17% from 255) = 32.28%
R=36.61%
G=31.11%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018719400.150.120.14347.2732.0479.8
HexDCBBC20FCE15b2050
Octal334273302017141653340120
Binary11011100101110111100001001111110011101010110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBC2; }

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

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

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

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

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

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

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

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