#c7b4ef

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

Shades of Melrose #C7B4EF

Tints of Melrose #C7B4EF

Color information

#C7B4EF (or 0xC7B4EF) is unknown color: approx Melrose. HEX triplet: C7, B4 and EF. RGB value is (199,180,239). Sum of RGB (Red+Green+Blue) = 199+180+239=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 180 (70.70% from 255 or 29.13% 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 #C7B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B4EF is #384B10. Grayscale: #C0C0C0. Windows color (decimal): -3689233 or 15709383. OLE color: 15709383.

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

Color convert

RGB199180239-
CMYK0.170.2500.06
HSL259.32º64.84%82.16%-
HSV(B)259.32º24.69%93.73%-
XYZ55.4551.0288.59-
YUV192.41154.29132.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 180 (70.70% from 255) = 29.13%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=32.20%
G=29.13%
B=38.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991802390.170.2500.06259.3264.8482.16
HexC7B4EF1119061034152
Octal307264357213106403101122
Binary1100011110110100111011111000111001011010000001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7b4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7b4ef; }

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

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

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

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

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

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

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

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