#C9B3EE

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

Shades of Melrose #C9B3EE

Tints of Melrose #C9B3EE

Color information

#C9B3EE (or 0xC9B3EE) is unknown color: approx Melrose. HEX triplet: C9, B3 and EE. RGB value is (201,179,238). Sum of RGB (Red+Green+Blue) = 201+179+238=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B3EE is #364C11. Grayscale: #C0C0C0. Windows color (decimal): -3558418 or 15643593. OLE color: 15643593.

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

Color convert

RGB201179238-
CMYK0.160.2500.07
HSL262.37º63.44%81.76%-
HSV(B)262.37º24.79%93.33%-
XYZ55.6450.8387.77-
YUV192.3153.79134.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=32.52%
G=28.96%
B=38.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011792380.160.2500.07262.3763.4481.76
HexC9B3EE1019071063f52
Octal31126335620310740677122
Binary110010011011001111101110100001100101111000001101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B3EE; }

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

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

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

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

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

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

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

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