#C8B8EC

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

Shades of Melrose #C8B8EC

Tints of Melrose #C8B8EC

Color information

#C8B8EC (or 0xC8B8EC) is unknown color: approx Melrose. HEX triplet: C8, B8 and EC. RGB value is (200,184,236). Sum of RGB (Red+Green+Blue) = 200+184+236=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8B8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8EC is #374713. Grayscale: #C2C2C2. Windows color (decimal): -3622676 or 15513800. OLE color: 15513800.

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

Color convert

RGB200184236-
CMYK0.150.2200.07
HSL258.46º57.78%82.35%-
HSV(B)258.46º22.03%92.55%-
XYZ56.152.6286.56-
YUV194.71151.3131.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 184 (72.27% from 255) = 29.68%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=32.26%
G=29.68%
B=38.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001842360.150.2200.07258.4657.7882.35
HexC8B8ECF16071023a52
Octal31027035417260740272122
Binary11001000101110001110110011111011001111000000101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B8EC; }

 p { color: rgb(200,184,236); }

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

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

 a { background-color: rgb(200,184,236); }

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

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

 span { border-color: rgb(200,184,236); }

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