#C6B3EE

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

Shades of Melrose #C6B3EE

Tints of Melrose #C6B3EE

Color information

#C6B3EE (or 0xC6B3EE) is unknown color: approx Melrose. HEX triplet: C6, B3 and EE. RGB value is (198,179,238). Sum of RGB (Red+Green+Blue) = 198+179+238=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 179 (70.31% from 255 or 29.11% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B3EE is #394C11. Grayscale: #BFBFBF. Windows color (decimal): -3755026 or 15643590. OLE color: 15643590.

HSL color Cylindrical-coordinate representation of color #C6B3EE: hue angle of 259.32º 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 #C6B3EE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198179238-
CMYK0.170.2500.07
HSL259.32º63.44%81.76%-
HSV(B)259.32º24.79%93.33%-
XYZ54.8450.4287.73-
YUV191.41154.29132.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 179 (70.31% from 255) = 29.11%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=32.20%
G=29.11%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981792380.170.2500.07259.3263.4481.76
HexC6B3EE1119071033f52
Octal30626335621310740377122
Binary110001101011001111101110100011100101111000000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B3EE; }

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

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

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

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

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

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

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

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