#C5B7EE

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

Shades of Melrose #C5B7EE

Tints of Melrose #C5B7EE

Color information

#C5B7EE (or 0xC5B7EE) is unknown color: approx Melrose. HEX triplet: C5, B7 and EE. RGB value is (197,183,238). Sum of RGB (Red+Green+Blue) = 197+183+238=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 183 (71.88% from 255 or 29.61% 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 #C5B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B7EE is #3A4811. Grayscale: #C1C1C1. Windows color (decimal): -3819538 or 15644613. OLE color: 15644613.

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

Color convert

RGB197183238-
CMYK0.170.2300.07
HSL255.27º61.8%82.55%-
HSV(B)255.27º23.11%93.33%-
XYZ55.3951.9187.99-
YUV193.46153.14130.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.88%
GREEN value IS 183 (71.88% from 255) = 29.61%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=31.88%
G=29.61%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971832380.170.2300.07255.2761.882.55
HexC5B7EE111707ff3e53
Octal30526735621270737776123
Binary11000101101101111110111010001101110111111111111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B7EE; }

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

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

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

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

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

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

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

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