#C3B5EB

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

Shades of Melrose #C3B5EB

Tints of Melrose #C3B5EB

Color information

#C3B5EB (or 0xC3B5EB) is unknown color: approx Melrose. HEX triplet: C3, B5 and EB. RGB value is (195,181,235). Sum of RGB (Red+Green+Blue) = 195+181+235=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3B5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B5EB is #3C4A14. Grayscale: #BFBFBF. Windows color (decimal): -3951125 or 15447491. OLE color: 15447491.

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

Color convert

RGB195181235-
CMYK0.170.2300.08
HSL255.56º57.45%81.57%-
HSV(B)255.56º22.98%92.16%-
XYZ54.0250.6585.53-
YUV191.34152.64130.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 181 (71.09% from 255) = 29.62%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=31.91%
G=29.62%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951812350.170.2300.08255.5657.4581.57
HexC3B5EB1117081003952
Octal303265353212701040071122
Binary1100001110110101111010111000110111010001000000001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5EB; }

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

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

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

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

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

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

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

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