#D8C0C6

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

Shades of Melanie #D8C0C6

Tints of Melanie #D8C0C6

Color information

#D8C0C6 (or 0xD8C0C6) is unknown color: approx Melanie. HEX triplet: D8, C0 and C6. RGB value is (216,192,198). Sum of RGB (Red+Green+Blue) = 216+192+198=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C0C6 is #273F39. Grayscale: #C7C7C7. Windows color (decimal): -2572090 or 13025496. OLE color: 13025496.

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

Color convert

RGB216192198-
CMYK00.110.080.15
HSL345º23.53%80%-
HSV(B)345º11.11%84.71%-
XYZ57.3656.3861.28-
YUV199.86126.95139.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.64%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=35.64%
G=31.68%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619219800.110.080.1534523.5380
HexD8C0C60B8F1591850
Octal330300306013101753130120
Binary1101100011000000110001100101110001111101011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0C6; }

 p { color: rgb(216,192,198); }

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

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

 a { background-color: rgb(216,192,198); }

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

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

 span { border-color: rgb(216,192,198); }

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