#DCC0C3

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

Shades of Melanie #DCC0C3

Tints of Melanie #DCC0C3

Color information

#DCC0C3 (or 0xDCC0C3) is unknown color: approx Melanie. HEX triplet: DC, C0 and C3. RGB value is (220,192,195). Sum of RGB (Red+Green+Blue) = 220+192+195=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C3 is #233F3C. Grayscale: #C8C8C8. Windows color (decimal): -2309949 or 12828892. OLE color: 12828892.

HSL color Cylindrical-coordinate representation of color #DCC0C3: hue angle of 353.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0C3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220192195-
CMYK00.130.110.14
HSL353.57º28.57%80.78%-
HSV(B)353.57º12.73%86.27%-
XYZ58.2256.8659.54-
YUV200.71124.78141.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=36.24%
G=31.63%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019219500.130.110.14353.5728.5780.78
HexDCC0C30DBE1621d51
Octal334300303015131654235121
Binary1101110011000000110000110110110111110101100010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0C3; }

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

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

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

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

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

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

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

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