#C5BEDB

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

Shades of Melrose #C5BEDB

Tints of Melrose #C5BEDB

Color information

#C5BEDB (or 0xC5BEDB) is unknown color: approx Melrose. HEX triplet: C5, BE and DB. RGB value is (197,190,219). Sum of RGB (Red+Green+Blue) = 197+190+219=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDB is #3A4124. Grayscale: #C3C3C3. Windows color (decimal): -3817765 or 14401221. OLE color: 14401221.

HSL color Cylindrical-coordinate representation of color #C5BEDB: hue angle of 254.48º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BEDB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197190219-
CMYK0.100.1300.14
HSL254.48º28.71%80.2%-
HSV(B)254.48º13.24%85.88%-
XYZ54.2353.8174.55-
YUV195.4141.32129.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=32.51%
G=31.35%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971902190.100.1300.14254.4828.7180.2
HexC5BEDBAD0Efe1d50
Octal305276333121501637635120
Binary110001011011111011011011101011010111011111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEDB; }

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

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

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

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

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

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

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

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