#C7C3EB

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

Shades of Melrose #C7C3EB

Tints of Melrose #C7C3EB

Color information

#C7C3EB (or 0xC7C3EB) is unknown color: approx Melrose. HEX triplet: C7, C3 and EB. RGB value is (199,195,235). Sum of RGB (Red+Green+Blue) = 199+195+235=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C3EB is #383C14. Grayscale: #C8C8C8. Windows color (decimal): -3685397 or 15451079. OLE color: 15451079.

HSL color Cylindrical-coordinate representation of color #C7C3EB: hue angle of 246º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7C3EB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199195235-
CMYK0.150.1700.08
HSL246º50%84.31%-
HSV(B)246º17.02%92.16%-
XYZ58.0657.1786.57-
YUV200.76147.33126.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.64%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=31.64%
G=31.00%
B=37.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991952350.150.1700.082465084.31
HexC7C3EBF1108f63254
Octal307303353172101036662124
Binary11000111110000111110101111111000101000111101101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C3EB; }

 p { color: rgb(199,195,235); }

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

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

 a { background-color: rgb(199,195,235); }

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

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

 span { border-color: rgb(199,195,235); }

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