#C7C1E6

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

Shades of Melrose #C7C1E6

Tints of Melrose #C7C1E6

Color information

#C7C1E6 (or 0xC7C1E6) is unknown color: approx Melrose. HEX triplet: C7, C1 and E6. RGB value is (199,193,230). Sum of RGB (Red+Green+Blue) = 199+193+230=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7C1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C1E6 is #383E19. Grayscale: #C6C6C6. Windows color (decimal): -3685914 or 15122887. OLE color: 15122887.

HSL color Cylindrical-coordinate representation of color #C7C1E6: hue angle of 249.73º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7C1E6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199193230-
CMYK0.130.1600.10
HSL249.73º42.53%82.94%-
HSV(B)249.73º16.09%90.2%-
XYZ56.915682.67-
YUV199.01145.49127.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 193 (75.78% from 255) = 31.03%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=31.99%
G=31.03%
B=36.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991932300.130.1600.10249.7342.5382.94
HexC7C1E6D100Afa2b53
Octal307301346152001237253123
Binary11000111110000011110011011011000001010111110101010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1E6; }

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

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

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

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

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

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

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

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