#DCC4CB

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

Shades of Melanie #DCC4CB

Tints of Melanie #DCC4CB

Color information

#DCC4CB (or 0xDCC4CB) is unknown color: approx Melanie. HEX triplet: DC, C4 and CB. RGB value is (220,196,203). Sum of RGB (Red+Green+Blue) = 220+196+203=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4CB is #233B34. Grayscale: #CBCBCB. Windows color (decimal): -2308917 or 13354204. OLE color: 13354204.

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

Color convert

RGB220196203-
CMYK00.110.080.14
HSL342.5º25.53%81.57%-
HSV(B)342.5º10.91%86.27%-
XYZ60.0359.0164.73-
YUV203.97127.45139.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=35.54%
G=31.66%
B=32.79%

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
Decimal22019620300.110.080.14342.525.5381.57
HexDCC4CB0B8E1561a52
Octal334304313013101652632122
Binary1101110011000100110010110101110001110101010110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4CB; }

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

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

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

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

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

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

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

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