#DCC4CA

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

Shades of Melanie #DCC4CA

Tints of Melanie #DCC4CA

Color information

#DCC4CA (or 0xDCC4CA) is unknown color: approx Melanie. HEX triplet: DC, C4 and CA. RGB value is (220,196,202). Sum of RGB (Red+Green+Blue) = 220+196+202=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4CA is #233B35. Grayscale: #CBCBCB. Windows color (decimal): -2308918 or 13288668. OLE color: 13288668.

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

Color convert

RGB220196202-
CMYK00.110.080.14
HSL345º25.53%81.57%-
HSV(B)345º10.91%86.27%-
XYZ59.9258.9664.1-
YUV203.86126.95139.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 196 (76.95% from 255) = 31.72%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=35.60%
G=31.72%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019620200.110.080.1434525.5381.57
HexDCC4CA0B8E1591a52
Octal334304312013101653132122
Binary1101110011000100110010100101110001110101011001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4CA; }

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

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

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

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

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

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

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

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