#C7C0ED

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

Shades of Melrose #C7C0ED

Tints of Melrose #C7C0ED

Color information

#C7C0ED (or 0xC7C0ED) is unknown color: approx Melrose. HEX triplet: C7, C0 and ED. RGB value is (199,192,237). Sum of RGB (Red+Green+Blue) = 199+192+237=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7C0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C0ED is #383F12. Grayscale: #C7C7C7. Windows color (decimal): -3686163 or 15581383. OLE color: 15581383.

HSL color Cylindrical-coordinate representation of color #C7C0ED: hue angle of 249.33º degrees, saturation: 0.56, 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 #C7C0ED is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199192237-
CMYK0.160.1900.07
HSL249.33º55.56%84.12%-
HSV(B)249.33º18.99%92.94%-
XYZ57.6955.9687.88-
YUV199.22149.32127.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 192 (75.39% from 255) = 30.57%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=31.69%
G=30.57%
B=37.74%

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
Decimal1991922370.160.1900.07249.3355.5684.12
HexC7C0ED101307f93854
Octal30730035520230737170124
Binary11000111110000001110110110000100110111111110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C0ED; }

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

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

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

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

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

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

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

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