#C2B3EC

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

Shades of Melrose #C2B3EC

Tints of Melrose #C2B3EC

Color information

#C2B3EC (or 0xC2B3EC) is unknown color: approx Melrose. HEX triplet: C2, B3 and EC. RGB value is (194,179,236). Sum of RGB (Red+Green+Blue) = 194+179+236=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3EC is #3D4C13. Grayscale: #BDBDBD. Windows color (decimal): -4017172 or 15512514. OLE color: 15512514.

HSL color Cylindrical-coordinate representation of color #C2B3EC: hue angle of 255.79º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B3EC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194179236-
CMYK0.180.2400.07
HSL255.79º60%81.37%-
HSV(B)255.79º24.15%92.55%-
XYZ53.5149.7786.14-
YUV189.98153.97130.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=31.86%
G=29.39%
B=38.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941792360.180.2400.07255.796081.37
HexC2B3EC1218071003c51
Octal30226335422300740074121
Binary110000101011001111101100100101100001111000000001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3EC; }

 p { color: rgb(194,179,236); }

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

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

 a { background-color: rgb(194,179,236); }

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

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

 span { border-color: rgb(194,179,236); }

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