#C5B9EE

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

Shades of Melrose #C5B9EE

Tints of Melrose #C5B9EE

Color information

#C5B9EE (or 0xC5B9EE) is unknown color: approx Melrose. HEX triplet: C5, B9 and EE. RGB value is (197,185,238). Sum of RGB (Red+Green+Blue) = 197+185+238=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B9EE is #3A4611. Grayscale: #C2C2C2. Windows color (decimal): -3819026 or 15645125. OLE color: 15645125.

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

Color convert

RGB197185238-
CMYK0.170.2200.07
HSL253.58º60.92%82.94%-
HSV(B)253.58º22.27%93.33%-
XYZ55.8152.7488.13-
YUV194.63152.48129.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 238 (93.36% from 255) = 38.39%
R=31.77%
G=29.84%
B=38.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971852380.170.2200.07253.5860.9282.94
HexC5B9EE111607fe3d53
Octal30527135621260737675123
Binary11000101101110011110111010001101100111111111101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9EE; }

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

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

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

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

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

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

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

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