#DCC7C9

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

Shades of Melanie #DCC7C9

Tints of Melanie #DCC7C9

Color information

#DCC7C9 (or 0xDCC7C9) is unknown color: approx Melanie. HEX triplet: DC, C7 and C9. RGB value is (220,199,201). Sum of RGB (Red+Green+Blue) = 220+199+201=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C9 is #233836. Grayscale: #CDCDCD. Windows color (decimal): -2308151 or 13223900. OLE color: 13223900.

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

Color convert

RGB220199201-
CMYK00.100.090.14
HSL354.29º23.08%82.16%-
HSV(B)354.29º9.55%86.27%-
XYZ60.4860.2863.71-
YUV205.51125.46138.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=35.48%
G=32.10%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019920100.100.090.14354.2923.0882.16
HexDCC7C90A9E1621752
Octal334307311012111654227122
Binary1101110011000111110010010101010011110101100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7C9; }

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

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

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

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

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

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

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

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