#C7BED5

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

Shades of Melrose #C7BED5

Tints of Melrose #C7BED5

Color information

#C7BED5 (or 0xC7BED5) is unknown color: approx Melrose. HEX triplet: C7, BE and D5. RGB value is (199,190,213). Sum of RGB (Red+Green+Blue) = 199+190+213=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7BED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED5 is #38412A. Grayscale: #C3C3C3. Windows color (decimal): -3686699 or 14008007. OLE color: 14008007.

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

Color convert

RGB199190213-
CMYK0.070.1100.16
HSL263.48º21.5%79.02%-
HSV(B)263.48º10.8%83.53%-
XYZ53.9853.7770.49-
YUV195.31137.98130.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.06%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=33.06%
G=31.56%
B=35.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991902130.070.1100.16263.4821.579.02
HexC7BED57B010107154f
Octal30727632571302040725117
Binary1100011110111110110101011111011010000100000111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BED5; }

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

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

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

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

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

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

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

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