#DCC1C4

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

Shades of Melanie #DCC1C4

Tints of Melanie #DCC1C4

Color information

#DCC1C4 (or 0xDCC1C4) is unknown color: approx Melanie. HEX triplet: DC, C1 and C4. RGB value is (220,193,196). Sum of RGB (Red+Green+Blue) = 220+193+196=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1C4 is #233E3B. Grayscale: #C9C9C9. Windows color (decimal): -2309692 or 12894684. OLE color: 12894684.

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

Color convert

RGB220193196-
CMYK00.120.110.14
HSL353.33º27.84%80.98%-
HSV(B)353.33º12.27%86.27%-
XYZ58.5557.3460.21-
YUV201.42124.95141.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=36.12%
G=31.69%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019319600.120.110.14353.3327.8480.98
HexDCC1C40CBE1611c51
Octal334301304014131654134121
Binary1101110011000001110001000110010111110101100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1C4; }

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

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

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

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

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

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

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

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