#C9B3EF

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

Shades of Melrose #C9B3EF

Tints of Melrose #C9B3EF

Color information

#C9B3EF (or 0xC9B3EF) is unknown color: approx Melrose. HEX triplet: C9, B3 and EF. RGB value is (201,179,239). Sum of RGB (Red+Green+Blue) = 201+179+239=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B3EF is #364C10. Grayscale: #C0C0C0. Windows color (decimal): -3558417 or 15709129. OLE color: 15709129.

HSL color Cylindrical-coordinate representation of color #C9B3EF: hue angle of 262º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9B3EF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201179239-
CMYK0.160.2500.06
HSL262º65.22%81.96%-
HSV(B)262º25.1%93.73%-
XYZ55.7950.8988.54-
YUV192.42154.29134.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 179 (70.31% from 255) = 28.92%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=32.47%
G=28.92%
B=38.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011792390.160.2500.0626265.2281.96
HexC9B3EF1019061064152
Octal311263357203106406101122
Binary1100100110110011111011111000011001011010000011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B3EF; }

 p { color: rgb(201,179,239); }

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

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

 a { background-color: rgb(201,179,239); }

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

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

 span { border-color: rgb(201,179,239); }

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