#C5B3EE

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

Shades of Melrose #C5B3EE

Tints of Melrose #C5B3EE

Color information

#C5B3EE (or 0xC5B3EE) is unknown color: approx Melrose. HEX triplet: C5, B3 and EE. RGB value is (197,179,238). Sum of RGB (Red+Green+Blue) = 197+179+238=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B3EE is #3A4C11. Grayscale: #BEBEBE. Windows color (decimal): -3820562 or 15643589. OLE color: 15643589.

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

Color convert

RGB197179238-
CMYK0.170.2500.07
HSL258.31º63.44%81.76%-
HSV(B)258.31º24.79%93.33%-
XYZ54.5850.2887.72-
YUV191.11154.46132.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=32.08%
G=29.15%
B=38.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971792380.170.2500.07258.3163.4481.76
HexC5B3EE1119071023f52
Octal30526335621310740277122
Binary110001011011001111101110100011100101111000000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B3EE; }

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

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

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

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

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

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

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

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