#C0B3EB

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

Shades of Melrose #C0B3EB

Tints of Melrose #C0B3EB

Color information

#C0B3EB (or 0xC0B3EB) is unknown color: approx Melrose. HEX triplet: C0, B3 and EB. RGB value is (192,179,235). Sum of RGB (Red+Green+Blue) = 192+179+235=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B3EB is #3F4C14. Grayscale: #BDBDBD. Windows color (decimal): -4148245 or 15446976. OLE color: 15446976.

HSL color Cylindrical-coordinate representation of color #C0B3EB: hue angle of 253.93º 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 #C0B3EB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192179235-
CMYK0.180.2400.08
HSL253.93º58.33%81.18%-
HSV(B)253.93º23.83%92.16%-
XYZ52.8549.4485.36-
YUV189.27153.81129.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=31.68%
G=29.54%
B=38.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921792350.180.2400.08253.9358.3381.18
HexC0B3EB121808fe3a51
Octal300263353223001037672121
Binary110000001011001111101011100101100001000111111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3EB; }

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

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

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

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

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

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

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

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