#DCC6C9

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

Shades of Melanie #DCC6C9

Tints of Melanie #DCC6C9

Color information

#DCC6C9 (or 0xDCC6C9) is unknown color: approx Melanie. HEX triplet: DC, C6 and C9. RGB value is (220,198,201). Sum of RGB (Red+Green+Blue) = 220+198+201=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C9 is #233936. Grayscale: #CCCCCC. Windows color (decimal): -2308407 or 13223644. OLE color: 13223644.

HSL color Cylindrical-coordinate representation of color #DCC6C9: hue angle of 351.82º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC6C9 is Cyan = 0, Magento = 0.1, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220198201-
CMYK00.10.090.14
HSL351.82º23.91%81.96%-
HSV(B)351.82º10%86.27%-
XYZ60.2559.8263.63-
YUV204.92125.79138.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 201 (78.91% from 255) = 32.47%
R=35.54%
G=31.99%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019820100.10.090.14351.8223.9181.96
HexDCC6C90A9E1601852
Octal334306311012111654030122
Binary1101110011000110110010010101010011110101100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6C9; }

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

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

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

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

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

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

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

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