#C8B0EF

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

Shades of Melrose #C8B0EF

Tints of Melrose #C8B0EF

Color information

#C8B0EF (or 0xC8B0EF) is unknown color: approx Melrose. HEX triplet: C8, B0 and EF. RGB value is (200,176,239). Sum of RGB (Red+Green+Blue) = 200+176+239=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0EF is #374F10. Grayscale: #BEBEBE. Windows color (decimal): -3624721 or 15708360. OLE color: 15708360.

HSL color Cylindrical-coordinate representation of color #C8B0EF: hue angle of 262.86º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8B0EF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200176239-
CMYK0.160.2600.06
HSL262.86º66.32%81.37%-
HSV(B)262.86º26.36%93.73%-
XYZ54.9249.5688.33-
YUV190.36155.45134.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=32.52%
G=28.62%
B=38.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001762390.160.2600.06262.8666.3281.37
HexC8B0EF101A061074251
Octal310260357203206407102121
Binary1100100010110000111011111000011010011010000011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0EF; }

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

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

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

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

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

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

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

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