#DCC2C9

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

Shades of Melanie #DCC2C9

Tints of Melanie #DCC2C9

Color information

#DCC2C9 (or 0xDCC2C9) is unknown color: approx Melanie. HEX triplet: DC, C2 and C9. RGB value is (220,194,201). Sum of RGB (Red+Green+Blue) = 220+194+201=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2C9 is #233D36. Grayscale: #CACACA. Windows color (decimal): -2309431 or 13222620. OLE color: 13222620.

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

Color convert

RGB220194201-
CMYK00.120.090.14
HSL343.85º27.08%81.18%-
HSV(B)343.85º11.82%86.27%-
XYZ59.3558.0263.33-
YUV202.57127.11140.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=35.77%
G=31.54%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019420100.120.090.14343.8527.0881.18
HexDCC2C90C9E1581b51
Octal334302311014111653033121
Binary1101110011000010110010010110010011110101011000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2C9; }

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

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

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

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

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

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

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

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