#D4C4C6

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

Shades of Melanie #D4C4C6

Tints of Melanie #D4C4C6

Color information

#D4C4C6 (or 0xD4C4C6) is unknown color: approx Melanie. HEX triplet: D4, C4 and C6. RGB value is (212,196,198). Sum of RGB (Red+Green+Blue) = 212+196+198=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C4C6 is #2B3B39. Grayscale: #C9C9C9. Windows color (decimal): -2833210 or 13026516. OLE color: 13026516.

HSL color Cylindrical-coordinate representation of color #D4C4C6: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4C4C6 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212196198-
CMYK00.080.070.17
HSL352.5º15.69%80%-
HSV(B)352.5º7.55%83.14%-
XYZ57.0857.5561.53-
YUV201.01126.3135.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 196 (76.95% from 255) = 32.34%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=34.98%
G=32.34%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219619800.080.070.17352.515.6980
HexD4C4C6087111601050
Octal32430430601072154020120
Binary1101010011000100110001100100011110001101100000100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4C6; }

 p { color: rgb(212,196,198); }

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

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

 a { background-color: rgb(212,196,198); }

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

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

 span { border-color: rgb(212,196,198); }

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