#C8B3EF

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

Shades of Melrose #C8B3EF

Tints of Melrose #C8B3EF

Color information

#C8B3EF (or 0xC8B3EF) is unknown color: approx Melrose. HEX triplet: C8, B3 and EF. RGB value is (200,179,239). Sum of RGB (Red+Green+Blue) = 200+179+239=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B3EF is #374C10. Grayscale: #BFBFBF. Windows color (decimal): -3623953 or 15709128. OLE color: 15709128.

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

Color convert

RGB200179239-
CMYK0.160.2500.06
HSL261º65.22%81.96%-
HSV(B)261º25.1%93.73%-
XYZ55.5250.7588.53-
YUV192.12154.46133.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=32.36%
G=28.96%
B=38.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001792390.160.2500.0626165.2281.96
HexC8B3EF1019061054152
Octal310263357203106405101122
Binary1100100010110011111011111000011001011010000010110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B3EF; }

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

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

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

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

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

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

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

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