#C9B6EC

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

Shades of Melrose #C9B6EC

Tints of Melrose #C9B6EC

Color information

#C9B6EC (or 0xC9B6EC) is unknown color: approx Melrose. HEX triplet: C9, B6 and EC. RGB value is (201,182,236). Sum of RGB (Red+Green+Blue) = 201+182+236=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6EC is #364913. Grayscale: #C1C1C1. Windows color (decimal): -3557652 or 15513289. OLE color: 15513289.

HSL color Cylindrical-coordinate representation of color #C9B6EC: hue angle of 261.11º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9B6EC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201182236-
CMYK0.150.2300.07
HSL261.11º58.7%81.96%-
HSV(B)261.11º22.88%92.55%-
XYZ55.9651.9386.43-
YUV193.84151.79133.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=32.47%
G=29.40%
B=38.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011822360.150.2300.07261.1158.781.96
HexC9B6ECF17071053b52
Octal31126635417270740573122
Binary11001001101101101110110011111011101111000001011110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6EC; }

 p { color: rgb(201,182,236); }

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

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

 a { background-color: rgb(201,182,236); }

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

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

 span { border-color: rgb(201,182,236); }

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