#DCC2C4

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

Shades of Melanie #DCC2C4

Tints of Melanie #DCC2C4

Color information

#DCC2C4 (or 0xDCC2C4) is unknown color: approx Melanie. HEX triplet: DC, C2 and C4. RGB value is (220,194,196). Sum of RGB (Red+Green+Blue) = 220+194+196=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C4 is #233D3B. Grayscale: #CACACA. Windows color (decimal): -2309436 or 12894940. OLE color: 12894940.

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

Color convert

RGB220194196-
CMYK00.120.110.14
HSL355.38º27.08%81.18%-
HSV(B)355.38º11.82%86.27%-
XYZ58.7757.7860.28-
YUV202124.61140.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=36.07%
G=31.80%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019419600.120.110.14355.3827.0881.18
HexDCC2C40CBE1631b51
Octal334302304014131654333121
Binary1101110011000010110001000110010111110101100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2C4; }

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

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

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

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

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

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

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

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