#C9B1ED

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

Shades of Melrose #C9B1ED

Tints of Melrose #C9B1ED

Color information

#C9B1ED (or 0xC9B1ED) is unknown color: approx Melrose. HEX triplet: C9, B1 and ED. RGB value is (201,177,237). Sum of RGB (Red+Green+Blue) = 201+177+237=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B1ED is #364E12. Grayscale: #BEBEBE. Windows color (decimal): -3558931 or 15577545. OLE color: 15577545.

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

Color convert

RGB201177237-
CMYK0.150.2500.07
HSL264º62.5%81.18%-
HSV(B)264º25.32%92.94%-
XYZ55.149.9886.86-
YUV191.02153.95135.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=32.68%
G=28.78%
B=38.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011772370.150.2500.0726462.581.18
HexC9B1EDF19071083e51
Octal31126135517310741076121
Binary11001001101100011110110111111100101111000010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B1ED; }

 p { color: rgb(201,177,237); }

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

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

 a { background-color: rgb(201,177,237); }

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

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

 span { border-color: rgb(201,177,237); }

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