#C9C0EB

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

Shades of Melrose #C9C0EB

Tints of Melrose #C9C0EB

Color information

#C9C0EB (or 0xC9C0EB) is unknown color: approx Melrose. HEX triplet: C9, C0 and EB. RGB value is (201,192,235). Sum of RGB (Red+Green+Blue) = 201+192+235=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0EB is #363F14. Grayscale: #C7C7C7. Windows color (decimal): -3555093 or 15450313. OLE color: 15450313.

HSL color Cylindrical-coordinate representation of color #C9C0EB: hue angle of 252.56º degrees, saturation: 0.52, 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 #C9C0EB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201192235-
CMYK0.140.1800.08
HSL252.56º51.81%83.73%-
HSV(B)252.56º18.3%92.16%-
XYZ57.9356.1186.38-
YUV199.59147.98129-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=32.01%
G=30.57%
B=37.42%

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
Decimal2011922350.140.1800.08252.5651.8183.73
HexC9C0EBE1208fd3454
Octal311300353162201037564124
Binary11001001110000001110101111101001001000111111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0EB; }

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

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

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

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

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

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

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

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