#C1B5F0

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

Shades of Melrose #C1B5F0

Tints of Melrose #C1B5F0

Color information

#C1B5F0 (or 0xC1B5F0) is unknown color: approx Melrose. HEX triplet: C1, B5 and F0. RGB value is (193,181,240). Sum of RGB (Red+Green+Blue) = 193+181+240=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1B5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5F0 is #3E4A0F. Grayscale: #BFBFBF. Windows color (decimal): -4082192 or 15775169. OLE color: 15775169.

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

Color convert

RGB193181240-
CMYK0.200.2500.06
HSL252.2º66.29%82.55%-
HSV(B)252.2º24.58%94.12%-
XYZ54.2450.6889.36-
YUV191.31155.48129.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.43%
GREEN value IS 181 (71.09% from 255) = 29.48%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=31.43%
G=29.48%
B=39.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931812400.200.2500.06252.266.2982.55
HexC1B5F0141906fc4253
Octal301265360243106374102123
Binary110000011011010111110000101001100101101111110010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5F0; }

 p { color: rgb(193,181,240); }

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

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

 a { background-color: rgb(193,181,240); }

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

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

 span { border-color: rgb(193,181,240); }

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