#C3B8EA

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

Shades of Melrose #C3B8EA

Tints of Melrose #C3B8EA

Color information

#C3B8EA (or 0xC3B8EA) is unknown color: approx Melrose. HEX triplet: C3, B8 and EA. RGB value is (195,184,234). Sum of RGB (Red+Green+Blue) = 195+184+234=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3B8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8EA is #3C4715. Grayscale: #C0C0C0. Windows color (decimal): -3950358 or 15382723. OLE color: 15382723.

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

Color convert

RGB195184234-
CMYK0.170.2100.08
HSL253.2º54.35%81.96%-
HSV(B)253.2º21.37%91.76%-
XYZ54.551.8284.97-
YUV192.99151.14129.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 184 (72.27% from 255) = 30.02%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=31.81%
G=30.02%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951842340.170.2100.08253.254.3581.96
HexC3B8EA111508fd3652
Octal303270352212501037566122
Binary110000111011100011101010100011010101000111111011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8EA; }

 p { color: rgb(195,184,234); }

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

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

 a { background-color: rgb(195,184,234); }

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

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

 span { border-color: rgb(195,184,234); }

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