#C3B3EE

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

Shades of Melrose #C3B3EE

Tints of Melrose #C3B3EE

Color information

#C3B3EE (or 0xC3B3EE) is unknown color: approx Melrose. HEX triplet: C3, B3 and EE. RGB value is (195,179,238). Sum of RGB (Red+Green+Blue) = 195+179+238=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B3EE is #3C4C11. Grayscale: #BEBEBE. Windows color (decimal): -3951634 or 15643587. OLE color: 15643587.

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

Color convert

RGB195179238-
CMYK0.180.2500.07
HSL256.27º63.44%81.76%-
HSV(B)256.27º24.79%93.33%-
XYZ54.0650.0287.69-
YUV190.51154.8131.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.86%
GREEN value IS 179 (70.31% from 255) = 29.25%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=31.86%
G=29.25%
B=38.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951792380.180.2500.07256.2763.4481.76
HexC3B3EE1219071003f52
Octal30326335622310740077122
Binary110000111011001111101110100101100101111000000001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3EE; }

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

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

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

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

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

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

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

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