#C9C0EA

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

Shades of Melrose #C9C0EA

Tints of Melrose #C9C0EA

Color information

#C9C0EA (or 0xC9C0EA) is unknown color: approx Melrose. HEX triplet: C9, C0 and EA. RGB value is (201,192,234). Sum of RGB (Red+Green+Blue) = 201+192+234=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0EA is #363F15. Grayscale: #C7C7C7. Windows color (decimal): -3555094 or 15384777. OLE color: 15384777.

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

Color convert

RGB201192234-
CMYK0.140.1800.08
HSL252.86º50%83.53%-
HSV(B)252.86º17.95%91.76%-
XYZ57.7956.0685.62-
YUV199.48147.48129.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=32.06%
G=30.62%
B=37.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011922340.140.1800.08252.865083.53
HexC9C0EAE1208fd3254
Octal311300352162201037562124
Binary11001001110000001110101011101001001000111111011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0EA; }

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

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

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

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

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

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

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

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