#C3B3EF

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

Shades of Melrose #C3B3EF

Tints of Melrose #C3B3EF

Color information

#C3B3EF (or 0xC3B3EF) is unknown color: approx Melrose. HEX triplet: C3, B3 and EF. RGB value is (195,179,239). Sum of RGB (Red+Green+Blue) = 195+179+239=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3EF is #3C4C10. Grayscale: #BEBEBE. Windows color (decimal): -3951633 or 15709123. OLE color: 15709123.

HSL color Cylindrical-coordinate representation of color #C3B3EF: hue angle of 256º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B3EF is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195179239-
CMYK0.180.2500.06
HSL256º65.22%81.96%-
HSV(B)256º25.1%93.73%-
XYZ54.2150.0788.47-
YUV190.62155.3131.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 179 (70.31% from 255) = 29.20%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=31.81%
G=29.20%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951792390.180.2500.0625665.2281.96
HexC3B3EF1219061004152
Octal303263357223106400101122
Binary1100001110110011111011111001011001011010000000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3EF; }

 p { color: rgb(195,179,239); }

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

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

 a { background-color: rgb(195,179,239); }

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

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

 span { border-color: rgb(195,179,239); }

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