#C5B4F8

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

Shades of Melrose #C5B4F8

Tints of Melrose #C5B4F8

Color information

#C5B4F8 (or 0xC5B4F8) is unknown color: approx Melrose. HEX triplet: C5, B4 and F8. RGB value is (197,180,248). Sum of RGB (Red+Green+Blue) = 197+180+248=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5B4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4F8 is #3A4B07. Grayscale: #C0C0C0. Windows color (decimal): -3820296 or 16299205. OLE color: 16299205.

HSL color Cylindrical-coordinate representation of color #C5B4F8: hue angle of 255º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5B4F8 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB197180248-
CMYK0.210.2700.03
HSL255º82.93%83.92%-
HSV(B)255º27.42%97.25%-
XYZ56.2951.2995.74-
YUV192.83159.13130.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 180 (70.70% from 255) = 28.8%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=31.52%
G=28.8%
B=39.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1971802480.210.2700.0325582.9383.92
HexC5B4F8151B03ff5354
Octal305264370253303377123124
Binary11000101101101001111100010101110110111111111110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4F8; }

 p { color: rgb(197,180,248); }

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

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

 a { background-color: rgb(197,180,248); }

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

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

 span { border-color: rgb(197,180,248); }

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