#D6C5C8

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

Shades of Melanie #D6C5C8

Tints of Melanie #D6C5C8

Color information

#D6C5C8 (or 0xD6C5C8) is unknown color: approx Melanie. HEX triplet: D6, C5 and C8. RGB value is (214,197,200). Sum of RGB (Red+Green+Blue) = 214+197+200=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5C8 is #293A37. Grayscale: #CACACA. Windows color (decimal): -2701880 or 13157846. OLE color: 13157846.

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

Color convert

RGB214197200-
CMYK00.080.070.16
HSL349.41º17.17%80.59%-
HSV(B)349.41º7.94%83.92%-
XYZ58.1258.462.85-
YUV202.42126.63136.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=35.02%
G=32.24%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419720000.080.070.16349.4117.1780.59
HexD6C5C80871015d1151
Octal32630531001072053521121
Binary1101011011000101110010000100011110000101011101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5C8; }

 p { color: rgb(214,197,200); }

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

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

 a { background-color: rgb(214,197,200); }

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

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

 span { border-color: rgb(214,197,200); }

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