#DCBEC8

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

Shades of Melanie #DCBEC8

Tints of Melanie #DCBEC8

Color information

#DCBEC8 (or 0xDCBEC8) is unknown color: approx Melanie. HEX triplet: DC, BE and C8. RGB value is (220,190,200). Sum of RGB (Red+Green+Blue) = 220+190+200=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC8 is #234137. Grayscale: #C8C8C8. Windows color (decimal): -2310456 or 13156060. OLE color: 13156060.

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

Color convert

RGB220190200-
CMYK00.140.090.14
HSL340º30%80.39%-
HSV(B)340º13.64%86.27%-
XYZ58.3556.2162.42-
YUV200.11127.94142.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 200 (78.52% from 255) = 32.79%
R=36.07%
G=31.15%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019020000.140.090.143403080.39
HexDCBEC80E9E1541e50
Octal334276310016111652436120
Binary1101110010111110110010000111010011110101010100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEC8; }

 p { color: rgb(220,190,200); }

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

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

 a { background-color: rgb(220,190,200); }

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

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

 span { border-color: rgb(220,190,200); }

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