#C5BDE1

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

Shades of Melrose #C5BDE1

Tints of Melrose #C5BDE1

Color information

#C5BDE1 (or 0xC5BDE1) is unknown color: approx Melrose. HEX triplet: C5, BD and E1. RGB value is (197,189,225). Sum of RGB (Red+Green+Blue) = 197+189+225=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDE1 is #3A421E. Grayscale: #C3C3C3. Windows color (decimal): -3818015 or 14794181. OLE color: 14794181.

HSL color Cylindrical-coordinate representation of color #C5BDE1: hue angle of 253.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BDE1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197189225-
CMYK0.120.1600.12
HSL253.33º37.5%81.18%-
HSV(B)253.33º16%88.24%-
XYZ54.8153.778.71-
YUV195.5144.65129.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=32.24%
G=30.93%
B=36.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971892250.120.1600.12253.3337.581.18
HexC5BDE1C100Cfd2551
Octal305275341142001437545121
Binary11000101101111011110000111001000001100111111011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDE1; }

 p { color: rgb(197,189,225); }

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

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

 a { background-color: rgb(197,189,225); }

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

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

 span { border-color: rgb(197,189,225); }

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