#C9B2ED

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

Shades of Melrose #C9B2ED

Tints of Melrose #C9B2ED

Color information

#C9B2ED (or 0xC9B2ED) is unknown color: approx Melrose. HEX triplet: C9, B2 and ED. RGB value is (201,178,237). Sum of RGB (Red+Green+Blue) = 201+178+237=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2ED is #364D12. Grayscale: #BFBFBF. Windows color (decimal): -3558675 or 15577801. OLE color: 15577801.

HSL color Cylindrical-coordinate representation of color #C9B2ED: hue angle of 263.39º 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 #C9B2ED is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201178237-
CMYK0.150.2500.07
HSL263.39º62.11%81.37%-
HSV(B)263.39º24.89%92.94%-
XYZ55.2950.3786.93-
YUV191.6153.62134.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.63%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=32.63%
G=28.90%
B=38.47%

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
Decimal2011782370.150.2500.07263.3962.1181.37
HexC9B2EDF19071073e51
Octal31126235517310740776121
Binary11001001101100101110110111111100101111000001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2ED; }

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

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

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

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

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

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

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

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