#C9C1DF

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

Shades of Melrose #C9C1DF

Tints of Melrose #C9C1DF

Color information

#C9C1DF (or 0xC9C1DF) is unknown color: approx Melrose. HEX triplet: C9, C1 and DF. RGB value is (201,193,223). Sum of RGB (Red+Green+Blue) = 201+193+223=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1DF is #363E20. Grayscale: #C6C6C6. Windows color (decimal): -3554849 or 14664137. OLE color: 14664137.

HSL color Cylindrical-coordinate representation of color #C9C1DF: hue angle of 256º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9C1DF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201193223-
CMYK0.100.1300.13
HSL256º31.91%81.57%-
HSV(B)256º13.45%87.45%-
XYZ56.4855.8977.62-
YUV198.81141.65129.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.58%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=32.58%
G=31.28%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011932230.100.1300.1325631.9181.57
HexC9C1DFAD0D1002052
Octal311301337121501540040122
Binary11001001110000011101111110101101011011000000001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C1DF; }

 p { color: rgb(201,193,223); }

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

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

 a { background-color: rgb(201,193,223); }

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

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

 span { border-color: rgb(201,193,223); }

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