#C5BEDF

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

Shades of Melrose #C5BEDF

Tints of Melrose #C5BEDF

Color information

#C5BEDF (or 0xC5BEDF) is unknown color: approx Melrose. HEX triplet: C5, BE and DF. RGB value is (197,190,223). Sum of RGB (Red+Green+Blue) = 197+190+223=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDF is #3A4120. Grayscale: #C3C3C3. Windows color (decimal): -3817761 or 14663365. OLE color: 14663365.

HSL color Cylindrical-coordinate representation of color #C5BEDF: hue angle of 252.73º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5BEDF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197190223-
CMYK0.120.1500.13
HSL252.73º34.02%80.98%-
HSV(B)252.73º14.8%87.45%-
XYZ54.7654.0277.35-
YUV195.86143.32128.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=32.30%
G=31.15%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971902230.120.1500.13252.7334.0280.98
HexC5BEDFCF0Dfd2251
Octal305276337141701537542121
Binary1100010110111110110111111100111101101111111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEDF; }

 p { color: rgb(197,190,223); }

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

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

 a { background-color: rgb(197,190,223); }

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

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

 span { border-color: rgb(197,190,223); }

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