#D6C5C9

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

Shades of Melanie #D6C5C9

Tints of Melanie #D6C5C9

Color information

#D6C5C9 (or 0xD6C5C9) is unknown color: approx Melanie. HEX triplet: D6, C5 and C9. RGB value is (214,197,201). Sum of RGB (Red+Green+Blue) = 214+197+201=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5C9 is #293A36. Grayscale: #CACACA. Windows color (decimal): -2701879 or 13223382. OLE color: 13223382.

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

Color convert

RGB214197201-
CMYK00.080.060.16
HSL345.88º17.17%80.59%-
HSV(B)345.88º7.94%83.92%-
XYZ58.2458.4563.47-
YUV202.54127.13136.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=34.97%
G=32.19%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419720100.080.060.16345.8817.1780.59
HexD6C5C90861015a1151
Octal32630531101062053221121
Binary1101011011000101110010010100011010000101011010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C5C9; }

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

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

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

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

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

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

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

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