#C9C0DE

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

Shades of Melrose #C9C0DE

Tints of Melrose #C9C0DE

Color information

#C9C0DE (or 0xC9C0DE) is unknown color: approx Melrose. HEX triplet: C9, C0 and DE. RGB value is (201,192,222). Sum of RGB (Red+Green+Blue) = 201+192+222=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9C0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0DE is #363F21. Grayscale: #C6C6C6. Windows color (decimal): -3555106 or 14598345. OLE color: 14598345.

HSL color Cylindrical-coordinate representation of color #C9C0DE: hue angle of 258º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C0DE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201192222-
CMYK0.090.1400.13
HSL258º31.25%81.18%-
HSV(B)258º13.51%87.06%-
XYZ56.1255.3976.84-
YUV198.11141.48130.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=32.68%
G=31.22%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011922220.090.1400.1325831.2581.18
HexC9C0DE9E0D1021f51
Octal311300336111601540237121
Binary1100100111000000110111101001111001101100000010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0DE; }

 p { color: rgb(201,192,222); }

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

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

 a { background-color: rgb(201,192,222); }

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

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

 span { border-color: rgb(201,192,222); }

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