#C1B5EF

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

Shades of Melrose #C1B5EF

Tints of Melrose #C1B5EF

Color information

#C1B5EF (or 0xC1B5EF) is unknown color: approx Melrose. HEX triplet: C1, B5 and EF. RGB value is (193,181,239). Sum of RGB (Red+Green+Blue) = 193+181+239=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5EF is #3E4A10. Grayscale: #BEBEBE. Windows color (decimal): -4082193 or 15709633. OLE color: 15709633.

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

Color convert

RGB193181239-
CMYK0.190.2400.06
HSL252.41º64.44%82.35%-
HSV(B)252.41º24.27%93.73%-
XYZ54.150.6288.58-
YUV191.2154.98129.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=31.48%
G=29.53%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931812390.190.2400.06252.4164.4482.35
HexC1B5EF131806fc4052
Octal301265357233006374100122
Binary110000011011010111101111100111100001101111110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5EF; }

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

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

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

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

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

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

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

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