#C7BED7

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

Shades of Melrose #C7BED7

Tints of Melrose #C7BED7

Color information

#C7BED7 (or 0xC7BED7) is unknown color: approx Melrose. HEX triplet: C7, BE and D7. RGB value is (199,190,215). Sum of RGB (Red+Green+Blue) = 199+190+215=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED7 is #384128. Grayscale: #C3C3C3. Windows color (decimal): -3686697 or 14139079. OLE color: 14139079.

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

Color convert

RGB199190215-
CMYK0.070.1200.16
HSL261.6º23.81%79.41%-
HSV(B)261.6º11.63%84.31%-
XYZ54.2353.8871.83-
YUV195.54138.98130.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=32.95%
G=31.46%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991902150.070.1200.16261.623.8179.41
HexC7BED77C010106184f
Octal30727632771402040630117
Binary1100011110111110110101111111100010000100000110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BED7; }

 p { color: rgb(199,190,215); }

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

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

 a { background-color: rgb(199,190,215); }

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

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

 span { border-color: rgb(199,190,215); }

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