#C6BEDF

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

Shades of Melrose #C6BEDF

Tints of Melrose #C6BEDF

Color information

#C6BEDF (or 0xC6BEDF) is unknown color: approx Melrose. HEX triplet: C6, BE and DF. RGB value is (198,190,223). Sum of RGB (Red+Green+Blue) = 198+190+223=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEDF is #394120. Grayscale: #C4C4C4. Windows color (decimal): -3752225 or 14663366. OLE color: 14663366.

HSL color Cylindrical-coordinate representation of color #C6BEDF: hue angle of 254.55º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BEDF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198190223-
CMYK0.110.1500.13
HSL254.55º34.02%80.98%-
HSV(B)254.55º14.8%87.45%-
XYZ55.0254.1677.37-
YUV196.15143.15129.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=32.41%
G=31.10%
B=36.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981902230.110.1500.13254.5534.0280.98
HexC6BEDFBF0Dff2251
Octal306276337131701537742121
Binary1100011010111110110111111011111101101111111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEDF; }

 p { color: rgb(198,190,223); }

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

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

 a { background-color: rgb(198,190,223); }

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

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

 span { border-color: rgb(198,190,223); }

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