#D6C6C9

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

Shades of Melanie #D6C6C9

Tints of Melanie #D6C6C9

Color information

#D6C6C9 (or 0xD6C6C9) is unknown color: approx Melanie. HEX triplet: D6, C6 and C9. RGB value is (214,198,201). Sum of RGB (Red+Green+Blue) = 214+198+201=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6C9 is #293936. Grayscale: #CBCBCB. Windows color (decimal): -2701623 or 13223638. OLE color: 13223638.

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

Color convert

RGB214198201-
CMYK00.070.060.16
HSL348.75º16.33%80.78%-
HSV(B)348.75º7.48%83.92%-
XYZ58.4758.963.55-
YUV203.13126.8135.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=34.91%
G=32.30%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419820100.070.060.16348.7516.3380.78
HexD6C6C90761015d1051
Octal3263063110762053520121
Binary110101101100011011001001011111010000101011101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6C9; }

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

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

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

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

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

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

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

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