#C7BEED

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

Shades of Melrose #C7BEED

Tints of Melrose #C7BEED

Color information

#C7BEED (or 0xC7BEED) is unknown color: approx Melrose. HEX triplet: C7, BE and ED. RGB value is (199,190,237). Sum of RGB (Red+Green+Blue) = 199+190+237=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEED is #384112. Grayscale: #C5C5C5. Windows color (decimal): -3686675 or 15580871. OLE color: 15580871.

HSL color Cylindrical-coordinate representation of color #C7BEED: hue angle of 251.49º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BEED is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199190237-
CMYK0.160.2000.07
HSL251.49º56.63%83.73%-
HSV(B)251.49º19.83%92.94%-
XYZ57.2555.0887.74-
YUV198.05149.98128.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.79%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=31.79%
G=30.35%
B=37.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991902370.160.2000.07251.4956.6383.73
HexC7BEED101407fb3954
Octal30727635520240737371124
Binary11000111101111101110110110000101000111111110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEED; }

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

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

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

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

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

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

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

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