#DCBBC3

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

Shades of Melanie #DCBBC3

Tints of Melanie #DCBBC3

Color information

#DCBBC3 (or 0xDCBBC3) is unknown color: approx Melanie. HEX triplet: DC, BB and C3. RGB value is (220,187,195). Sum of RGB (Red+Green+Blue) = 220+187+195=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC3 is #23443C. Grayscale: #C5C5C5. Windows color (decimal): -2311229 or 12827612. OLE color: 12827612.

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

Color convert

RGB220187195-
CMYK00.150.110.14
HSL345.45º32.04%79.8%-
HSV(B)345.45º15%86.27%-
XYZ57.1454.759.18-
YUV197.78126.43143.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=36.54%
G=31.06%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018719500.150.110.14345.4532.0479.8
HexDCBBC30FBE1592050
Octal334273303017131653140120
Binary11011100101110111100001101111101111101010110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBC3; }

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

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

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

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

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

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

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

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