#DCC3C8

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

Shades of Melanie #DCC3C8

Tints of Melanie #DCC3C8

Color information

#DCC3C8 (or 0xDCC3C8) is unknown color: approx Melanie. HEX triplet: DC, C3 and C8. RGB value is (220,195,200). Sum of RGB (Red+Green+Blue) = 220+195+200=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3C8 is #233C37. Grayscale: #CBCBCB. Windows color (decimal): -2309176 or 13157340. OLE color: 13157340.

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

Color convert

RGB220195200-
CMYK00.110.090.14
HSL348º26.32%81.37%-
HSV(B)348º11.36%86.27%-
XYZ59.4658.4262.79-
YUV203.04126.28140.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=35.77%
G=31.71%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019520000.110.090.1434826.3281.37
HexDCC3C80B9E15c1a51
Octal334303310013111653432121
Binary1101110011000011110010000101110011110101011100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3C8; }

 p { color: rgb(220,195,200); }

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

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

 a { background-color: rgb(220,195,200); }

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

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

 span { border-color: rgb(220,195,200); }

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