#C7B7EF

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

Shades of Melrose #C7B7EF

Tints of Melrose #C7B7EF

Color information

#C7B7EF (or 0xC7B7EF) is unknown color: approx Melrose. HEX triplet: C7, B7 and EF. RGB value is (199,183,239). Sum of RGB (Red+Green+Blue) = 199+183+239=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7B7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B7EF is #384810. Grayscale: #C1C1C1. Windows color (decimal): -3688465 or 15710151. OLE color: 15710151.

HSL color Cylindrical-coordinate representation of color #C7B7EF: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B7EF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199183239-
CMYK0.170.2300.06
HSL257.14º63.64%82.75%-
HSV(B)257.14º23.43%93.73%-
XYZ56.0752.2488.79-
YUV194.17153.3131.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=32.05%
G=29.47%
B=38.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991832390.170.2300.06257.1463.6482.75
HexC7B7EF1117061014053
Octal307267357212706401100123
Binary1100011110110111111011111000110111011010000000110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B7EF; }

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

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

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

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

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

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

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

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