#C6BED8

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

Shades of Melrose #C6BED8

Tints of Melrose #C6BED8

Color information

#C6BED8 (or 0xC6BED8) is unknown color: approx Melrose. HEX triplet: C6, BE and D8. RGB value is (198,190,216). Sum of RGB (Red+Green+Blue) = 198+190+216=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED8 is #394127. Grayscale: #C3C3C3. Windows color (decimal): -3752232 or 14204614. OLE color: 14204614.

HSL color Cylindrical-coordinate representation of color #C6BED8: hue angle of 258.46º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BED8 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198190216-
CMYK0.080.1200.15
HSL258.46º25%79.61%-
HSV(B)258.46º12.04%84.71%-
XYZ54.153.7972.5-
YUV195.36139.65129.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 216 (84.77% from 255) = 35.76%
R=32.78%
G=31.46%
B=35.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981902160.080.1200.15258.462579.61
HexC6BED88C0F1021950
Octal306276330101401740231120
Binary1100011010111110110110001000110001111100000010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BED8; }

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

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

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

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

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

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

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

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