#DCC2CA

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

Shades of Melanie #DCC2CA

Tints of Melanie #DCC2CA

Color information

#DCC2CA (or 0xDCC2CA) is unknown color: approx Melanie. HEX triplet: DC, C2 and CA. RGB value is (220,194,202). Sum of RGB (Red+Green+Blue) = 220+194+202=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2CA is #233D35. Grayscale: #CACACA. Windows color (decimal): -2309430 or 13288156. OLE color: 13288156.

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

Color convert

RGB220194202-
CMYK00.120.080.14
HSL341.54º27.08%81.18%-
HSV(B)341.54º11.82%86.27%-
XYZ59.4758.0663.95-
YUV202.69127.61140.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=35.71%
G=31.49%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019420200.120.080.14341.5427.0881.18
HexDCC2CA0C8E1561b51
Octal334302312014101652633121
Binary1101110011000010110010100110010001110101010110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2CA; }

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

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

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

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

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

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

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

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