#DCC0C4

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

Shades of Melanie #DCC0C4

Tints of Melanie #DCC0C4

Color information

#DCC0C4 (or 0xDCC0C4) is unknown color: approx Melanie. HEX triplet: DC, C0 and C4. RGB value is (220,192,196). Sum of RGB (Red+Green+Blue) = 220+192+196=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0C4 is #233F3B. Grayscale: #C8C8C8. Windows color (decimal): -2309948 or 12894428. OLE color: 12894428.

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

Color convert

RGB220192196-
CMYK00.130.110.14
HSL351.43º28.57%80.78%-
HSV(B)351.43º12.73%86.27%-
XYZ58.3356.960.13-
YUV200.83125.28141.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 196 (76.95% from 255) = 32.24%
R=36.18%
G=31.58%
B=32.24%

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
Decimal22019219600.130.110.14351.4328.5780.78
HexDCC0C40DBE15f1d51
Octal334300304015131653735121
Binary1101110011000000110001000110110111110101011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0C4; }

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

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

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

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

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

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

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

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