#C7C1EC

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

Shades of Melrose #C7C1EC

Tints of Melrose #C7C1EC

Color information

#C7C1EC (or 0xC7C1EC) is unknown color: approx Melrose. HEX triplet: C7, C1 and EC. RGB value is (199,193,236). Sum of RGB (Red+Green+Blue) = 199+193+236=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C1EC is #383E13. Grayscale: #C7C7C7. Windows color (decimal): -3685908 or 15516103. OLE color: 15516103.

HSL color Cylindrical-coordinate representation of color #C7C1EC: hue angle of 248.37º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C1EC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199193236-
CMYK0.160.1800.07
HSL248.37º53.09%84.12%-
HSV(B)248.37º18.22%92.55%-
XYZ57.7656.3487.19-
YUV199.7148.49127.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=31.69%
G=30.73%
B=37.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991932360.160.1800.07248.3753.0984.12
HexC7C1EC101207f83554
Octal30730135420220737065124
Binary11000111110000011110110010000100100111111110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1EC; }

 p { color: rgb(199,193,236); }

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

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

 a { background-color: rgb(199,193,236); }

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

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

 span { border-color: rgb(199,193,236); }

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