#C7BEE1

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

Shades of Melrose #C7BEE1

Tints of Melrose #C7BEE1

Color information

#C7BEE1 (or 0xC7BEE1) is unknown color: approx Melrose. HEX triplet: C7, BE and E1. RGB value is (199,190,225). Sum of RGB (Red+Green+Blue) = 199+190+225=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEE1 is #38411E. Grayscale: #C4C4C4. Windows color (decimal): -3686687 or 14794439. OLE color: 14794439.

HSL color Cylindrical-coordinate representation of color #C7BEE1: hue angle of 255.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7BEE1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199190225-
CMYK0.120.1600.12
HSL255.43º36.84%81.37%-
HSV(B)255.43º15.56%88.24%-
XYZ55.5654.4178.81-
YUV196.68143.98129.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=32.41%
G=30.94%
B=36.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991902250.120.1600.12255.4336.8481.37
HexC7BEE1C100Cff2551
Octal307276341142001437745121
Binary11000111101111101110000111001000001100111111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEE1; }

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

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

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

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

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

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

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

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