#D6C6CA

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

Shades of Melanie #D6C6CA

Tints of Melanie #D6C6CA

Color information

#D6C6CA (or 0xD6C6CA) is unknown color: approx Melanie. HEX triplet: D6, C6 and CA. RGB value is (214,198,202). Sum of RGB (Red+Green+Blue) = 214+198+202=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6CA is #293935. Grayscale: #CBCBCB. Windows color (decimal): -2701622 or 13289174. OLE color: 13289174.

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

Color convert

RGB214198202-
CMYK00.070.060.16
HSL345º16.33%80.78%-
HSV(B)345º7.48%83.92%-
XYZ58.5958.9564.17-
YUV203.24127.3135.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=34.85%
G=32.25%
B=32.90%

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
Decimal21419820200.070.060.1634516.3380.78
HexD6C6CA076101591051
Octal3263063120762053120121
Binary110101101100011011001010011111010000101011001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6CA; }

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

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

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

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

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

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

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

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