#C2B3EB

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

Shades of Melrose #C2B3EB

Tints of Melrose #C2B3EB

Color information

#C2B3EB (or 0xC2B3EB) is unknown color: approx Melrose. HEX triplet: C2, B3 and EB. RGB value is (194,179,235). Sum of RGB (Red+Green+Blue) = 194+179+235=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B3EB is #3D4C14. Grayscale: #BDBDBD. Windows color (decimal): -4017173 or 15446978. OLE color: 15446978.

HSL color Cylindrical-coordinate representation of color #C2B3EB: hue angle of 256.07º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B3EB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194179235-
CMYK0.170.2400.08
HSL256.07º58.33%81.18%-
HSV(B)256.07º23.83%92.16%-
XYZ53.3649.7185.38-
YUV189.87153.47130.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=31.91%
G=29.44%
B=38.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941792350.170.2400.08256.0758.3381.18
HexC2B3EB1118081003a51
Octal302263353213001040072121
Binary1100001010110011111010111000111000010001000000001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3EB; }

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

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

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

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

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

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

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

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