#C5B4EF

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

Shades of Melrose #C5B4EF

Tints of Melrose #C5B4EF

Color information

#C5B4EF (or 0xC5B4EF) is unknown color: approx Melrose. HEX triplet: C5, B4 and EF. RGB value is (197,180,239). Sum of RGB (Red+Green+Blue) = 197+180+239=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B4EF is #3A4B10. Grayscale: #BFBFBF. Windows color (decimal): -3820305 or 15709381. OLE color: 15709381.

HSL color Cylindrical-coordinate representation of color #C5B4EF: hue angle of 257.29º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5B4EF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197180239-
CMYK0.180.2500.06
HSL257.29º64.84%82.16%-
HSV(B)257.29º24.69%93.73%-
XYZ54.9350.7488.56-
YUV191.81154.63131.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.98%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=31.98%
G=29.22%
B=38.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971802390.180.2500.06257.2964.8482.16
HexC5B4EF1219061014152
Octal305264357223106401101122
Binary1100010110110100111011111001011001011010000000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4EF; }

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

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

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

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

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

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

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

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