#C7BBE3

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

Shades of Melrose #C7BBE3

Tints of Melrose #C7BBE3

Color information

#C7BBE3 (or 0xC7BBE3) is unknown color: approx Melrose. HEX triplet: C7, BB and E3. RGB value is (199,187,227). Sum of RGB (Red+Green+Blue) = 199+187+227=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #C7BBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBE3 is #38441C. Grayscale: #C3C3C3. Windows color (decimal): -3687453 or 14924743. OLE color: 14924743.

HSL color Cylindrical-coordinate representation of color #C7BBE3: hue angle of 258º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BBE3 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199187227-
CMYK0.120.1800.11
HSL258º41.67%81.18%-
HSV(B)258º17.62%89.02%-
XYZ55.1953.2380.04-
YUV195.15145.98130.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.46%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=32.46%
G=30.51%
B=37.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991872270.120.1800.1125841.6781.18
HexC7BBE3C120B1022a51
Octal307273343142201340252121
Binary110001111011101111100011110010010010111000000101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBE3; }

 p { color: rgb(199,187,227); }

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

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

 a { background-color: rgb(199,187,227); }

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

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

 span { border-color: rgb(199,187,227); }

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