#C7C0EE

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

Shades of Melrose #C7C0EE

Tints of Melrose #C7C0EE

Color information

#C7C0EE (or 0xC7C0EE) is unknown color: approx Melrose. HEX triplet: C7, C0 and EE. RGB value is (199,192,238). Sum of RGB (Red+Green+Blue) = 199+192+238=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C0EE is #383F11. Grayscale: #C7C7C7. Windows color (decimal): -3686162 or 15646919. OLE color: 15646919.

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

Color convert

RGB199192238-
CMYK0.160.1900.07
HSL249.13º57.5%84.31%-
HSV(B)249.13º19.33%93.33%-
XYZ57.8456.0188.65-
YUV199.34149.82127.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.64%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=31.64%
G=30.52%
B=37.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991922380.160.1900.07249.1357.584.31
HexC7C0EE101307f93a54
Octal30730035620230737172124
Binary11000111110000001110111010000100110111111110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0EE; }

 p { color: rgb(199,192,238); }

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

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

 a { background-color: rgb(199,192,238); }

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

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

 span { border-color: rgb(199,192,238); }

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