#D1C0C3

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

Shades of Melanie #D1C0C3

Tints of Melanie #D1C0C3

Color information

#D1C0C3 (or 0xD1C0C3) is unknown color: approx Melanie. HEX triplet: D1, C0 and C3. RGB value is (209,192,195). Sum of RGB (Red+Green+Blue) = 209+192+195=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0C3 is #2E3F3C. Grayscale: #C5C5C5. Windows color (decimal): -3030845 or 12828881. OLE color: 12828881.

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

Color convert

RGB209192195-
CMYK00.080.070.18
HSL349.41º15.6%78.63%-
HSV(B)349.41º8.13%81.96%-
XYZ54.9955.1959.38-
YUV197.42126.63136.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 192 (75.39% from 255) = 32.21%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=35.07%
G=32.21%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919219500.080.070.18349.4115.678.63
HexD1C0C30871215d104f
Octal32130030301072253520117
Binary1101000111000000110000110100011110010101011101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0C3; }

 p { color: rgb(209,192,195); }

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

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

 a { background-color: rgb(209,192,195); }

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

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

 span { border-color: rgb(209,192,195); }

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