#C8B4EF

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

Shades of Melrose #C8B4EF

Tints of Melrose #C8B4EF

Color information

#C8B4EF (or 0xC8B4EF) is unknown color: approx Melrose. HEX triplet: C8, B4 and EF. RGB value is (200,180,239). Sum of RGB (Red+Green+Blue) = 200+180+239=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4EF is #374B10. Grayscale: #C0C0C0. Windows color (decimal): -3623697 or 15709384. OLE color: 15709384.

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

Color convert

RGB200180239-
CMYK0.160.2500.06
HSL260.34º64.84%82.16%-
HSV(B)260.34º24.69%93.73%-
XYZ55.7251.1588.6-
YUV192.71154.13133.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.31%
GREEN value IS 180 (70.70% from 255) = 29.08%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=32.31%
G=29.08%
B=38.61%

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
Decimal2001802390.160.2500.06260.3464.8482.16
HexC8B4EF1019061044152
Octal310264357203106404101122
Binary1100100010110100111011111000011001011010000010010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4EF; }

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

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

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

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

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

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

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

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