#C9B6EB

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

Shades of Melrose #C9B6EB

Tints of Melrose #C9B6EB

Color information

#C9B6EB (or 0xC9B6EB) is unknown color: approx Melrose. HEX triplet: C9, B6 and EB. RGB value is (201,182,235). Sum of RGB (Red+Green+Blue) = 201+182+235=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6EB is #364914. Grayscale: #C1C1C1. Windows color (decimal): -3557653 or 15447753. OLE color: 15447753.

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

Color convert

RGB201182235-
CMYK0.140.2300.08
HSL261.51º56.99%81.76%-
HSV(B)261.51º22.55%92.16%-
XYZ55.8151.8785.67-
YUV193.72151.29133.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=32.52%
G=29.45%
B=38.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011822350.140.2300.08261.5156.9981.76
HexC9B6EBE17081063952
Octal311266353162701040671122
Binary110010011011011011101011111010111010001000001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6EB; }

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

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

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

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

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

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

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

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