#C3B0EB

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

Shades of Melrose #C3B0EB

Tints of Melrose #C3B0EB

Color information

#C3B0EB (or 0xC3B0EB) is unknown color: approx Melrose. HEX triplet: C3, B0 and EB. RGB value is (195,176,235). Sum of RGB (Red+Green+Blue) = 195+176+235=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 176 (69.14% from 255 or 29.04% 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 #C3B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B0EB is #3C4F14. Grayscale: #BCBCBC. Windows color (decimal): -3952405 or 15446211. OLE color: 15446211.

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

Color convert

RGB195176235-
CMYK0.170.2500.08
HSL259.32º59.6%80.59%-
HSV(B)259.32º25.11%92.16%-
XYZ53.0348.6585.19-
YUV188.41154.29132.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 176 (69.14% from 255) = 29.04%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=32.18%
G=29.04%
B=38.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951762350.170.2500.08259.3259.680.59
HexC3B0EB1119081033c51
Octal303260353213101040374121
Binary1100001110110000111010111000111001010001000000111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0EB; }

 p { color: rgb(195,176,235); }

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

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

 a { background-color: rgb(195,176,235); }

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

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

 span { border-color: rgb(195,176,235); }

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