#DCC7CA

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

Shades of Melanie #DCC7CA

Tints of Melanie #DCC7CA

Color information

#DCC7CA (or 0xDCC7CA) is unknown color: approx Melanie. HEX triplet: DC, C7 and CA. RGB value is (220,199,202). Sum of RGB (Red+Green+Blue) = 220+199+202=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7CA is #233835. Grayscale: #CDCDCD. Windows color (decimal): -2308150 or 13289436. OLE color: 13289436.

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

Color convert

RGB220199202-
CMYK00.100.080.14
HSL351.43º23.08%82.16%-
HSV(B)351.43º9.55%86.27%-
XYZ60.660.3364.33-
YUV205.62125.96138.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=35.43%
G=32.05%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019920200.100.080.14351.4323.0882.16
HexDCC7CA0A8E15f1752
Octal334307312012101653727122
Binary1101110011000111110010100101010001110101011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7CA; }

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

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

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

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

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

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

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

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