#C7BED8

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

Shades of Melrose #C7BED8

Tints of Melrose #C7BED8

Color information

#C7BED8 (or 0xC7BED8) is unknown color: approx Melrose. HEX triplet: C7, BE and D8. RGB value is (199,190,216). Sum of RGB (Red+Green+Blue) = 199+190+216=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED8 is #384127. Grayscale: #C3C3C3. Windows color (decimal): -3686696 or 14204615. OLE color: 14204615.

HSL color Cylindrical-coordinate representation of color #C7BED8: hue angle of 260.77º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7BED8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199190216-
CMYK0.080.1200.15
HSL260.77º25%79.61%-
HSV(B)260.77º12.04%84.71%-
XYZ54.3653.9372.51-
YUV195.65139.48130.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=32.89%
G=31.40%
B=35.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991902160.080.1200.15260.772579.61
HexC7BED88C0F1051950
Octal307276330101401740531120
Binary1100011110111110110110001000110001111100000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BED8; }

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

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

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

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

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

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

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

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