#DCBBC7

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

Shades of Melanie #DCBBC7

Tints of Melanie #DCBBC7

Color information

#DCBBC7 (or 0xDCBBC7) is unknown color: approx Melanie. HEX triplet: DC, BB and C7. RGB value is (220,187,199). Sum of RGB (Red+Green+Blue) = 220+187+199=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC7 is #234438. Grayscale: #C6C6C6. Windows color (decimal): -2311225 or 13089756. OLE color: 13089756.

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

Color convert

RGB220187199-
CMYK00.150.100.14
HSL338.18º32.04%79.8%-
HSV(B)338.18º15%86.27%-
XYZ57.5954.8861.59-
YUV198.24128.43143.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 199 (78.12% from 255) = 32.84%
R=36.30%
G=30.86%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018719900.150.100.14338.1832.0479.8
HexDCBBC70FAE1522050
Octal334273307017121652240120
Binary11011100101110111100011101111101011101010100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBC7; }

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

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

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

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

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

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

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

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