#C9C5EA

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

Shades of Melrose #C9C5EA

Tints of Melrose #C9C5EA

Color information

#C9C5EA (or 0xC9C5EA) is unknown color: approx Melrose. HEX triplet: C9, C5 and EA. RGB value is (201,197,234). Sum of RGB (Red+Green+Blue) = 201+197+234=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C5EA is #363A15. Grayscale: #CACACA. Windows color (decimal): -3553814 or 15386057. OLE color: 15386057.

HSL color Cylindrical-coordinate representation of color #C9C5EA: hue angle of 246.49º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9C5EA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201197234-
CMYK0.140.1600.08
HSL246.49º46.84%84.51%-
HSV(B)246.49º15.81%91.76%-
XYZ58.958.2985.99-
YUV202.41145.83126.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=31.80%
G=31.17%
B=37.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011972340.140.1600.08246.4946.8484.51
HexC9C5EAE1008f62f55
Octal311305352162001036657125
Binary11001001110001011110101011101000001000111101101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5EA; }

 p { color: rgb(201,197,234); }

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

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

 a { background-color: rgb(201,197,234); }

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

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

 span { border-color: rgb(201,197,234); }

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